原文:http://www.asp.net/mvc/tutorials/older-versions/overview/asp-net-mvc-overview 这篇文章帮助你了解关于ASP.NET MVC应用程序和ASP.NET Web Forms的不同.学习如何确定何时创建一个ASP.NET MVC应用. 模型-视图-控制器(MVC)架构风格将应用程序分为了3个主要的部分:模型.视图和控制器.ASP.NET MVC框架提供了一个ASP.NET Web Forms风格的新的选择来创建基于MVC
本文转自:http://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 indi