论文部分内容阅读
在ASP.NET3.5 MVC框架下开发Web应用程序,与传统的Web Form技术有很大的差异。首先它需要分别开发对应的模型、控制器和视图,其次还需要理解URL路由的概念及其使用方法。本文通过使用ASP.NET 3.5MVC框架开发一个联系人管理网站,来说明如何构建模型、如何实现控制器及如何自动创建对应的视图。
Developing Web applications under ASP.NET 3.5 MVC framework is very different from the traditional Web Form technology. First of all, it needs to develop the corresponding model, controller and view respectively, and secondly, it needs to understand the concept of URL routing and how to use it. This article by using the ASP.NET 3.5MVC framework to develop a contact management site, to illustrate how to build the model, how to implement the controller and how to automatically create the corresponding view.