Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi What is ASP MVC and it’s difference with ASP.Net

Thanks very much
Posted

ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting. ASP.NET supports three different development models: Web Pages, MVC (Model View Controller), and Web Forms.

Refer: ASP.NET MVC Tutorial[^]

Here, have a look at these to get some insight on the difference:
ASP.NET vs. ASP.NET MVC[^]
ASP.NET vs. ASP.NET MVC - similar discussion[^]
 
Share this answer
 
ASP.NET MVC is not different than ASP.NET. MVC is just a framework. It sits on top of ASP.NET in order to provide better design and development infrastructure than straight Web Forms. Here is a good non-technical explanation of MVC (near the bottom of this article):

http://c6s.co.uk/?s=%22how%20to%20explain%20mvc%22&x=0&y=0[^]

MVC provides a much easier way to develop loosly-coupled web applications compared to Webforms. However, that does not mean that you cannot do loosly-coupled applications with Webforms, it just means that it is harder. If you see MVC as a framework, I think you will see the benefits that it provides, just as MVVM provides benefits to WPF applications.
 
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