摘要
本文详细介绍了MVC作为开发Web应用的架构,MVC设计模式三个组成构件(模型部件、视图部件和控制部件)实现原理,MVC设计模式的扩展,以及在ASP.NET环境下实现基于MVC的应用需要完成的工作,讨论了MVC模式的优势。
The article describes in detail that the MVC as the architecture of Web development, the three modules of MVC (Model module, View module, and Control module),the implementing elements and the extending of the MVC. it also analyses the works to achieve the applications based on MVC in .NET, as well as the advantage of MVC.
出处
《电脑编程技巧与维护》
2008年第13期54-56,共3页
Computer Programming Skills & Maintenance
关键词
MVC
设计思想
实现原理
MVC
Designing ideology
Implementing elements