ASP.NET MVC 4 Content Map

https://msdn.microsoft.com/en-us/library/gg416514(v=vs.108).aspx

The Model-View-Controller (MVC) pattern is an architectural design principle that separates the components of a Web application. This separation gives you more control over the individual parts of the application, which lets you more easily develop, modify, and test them.

ASP.NET MVC is part of the ASP.NET framework. Developing an ASP.NET MVC application is an alternative to developing ASP.NET Web Forms pages; it does not replace the Web Forms model.

For information about what is new in this release of MVC, see ASP.NET MVC 4 on the ASP.NET web site. Last updated September, 2012

Documentation Resources for ASP.NET MVC 4

We suggest the following documentation to help you learn about ASP.NET MVC.

Intro to ASP.NET MVC 4

 

posted @ 2016-03-18 17:33  ChuckLu  阅读(269)  评论(0编辑  收藏  举报