Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm confused GOOD IS ASP.NET OR MVC

MVC What is good for projects. A form suitable forM web-based projects
Posted
Comments
Prasad Khandekar 17-Apr-14 13:32pm    
Using mvc is more preferred as it will help you clearly separate the business logic, lighter views, view reuse & more.
Sergey Alexandrovich Kryukov 17-Apr-14 13:39pm    
Not clear what would it mean.
—SA

1 solution

The question is not clear. In all cases, ASP.NET and MVC cannot be alternatives. "MVC" has different meanings:
Architectural pattern: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller[^].
It's implementation as a framework on top of ASP.NET: http://www.asp.net/mvc[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900