ASP.NET Model View Controller (MVC)
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.
mvc模型是分离网站程序组件的一种构建和设计原则,这种分离可以给你更多的控制比单个程序,它可以让你更容易开发。修改和测试你的程序。
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 Web Forms.
mvc是.net框架的一部分,开发程序(web forms、mvc)的两种选择之一,不是谁取代谁。
Roadmap to ASP.NET MVC
We suggest the following progression of documentation to help you learn about ASP.NET MVC.
我们建议根据以下文档的进度来帮助你学习mvc
浙公网安备 33010602011771号