01 2013 档案

摘要:在本小节你将修改HelloWorldController类,使用视图模板文件来整洁的封装生成HTML应答给客户端的处理。(这句翻译得不好,希望高手给点帮助,谢谢)In this section you're going to modify theHelloWorldControllerclass to use view template files to cleanly encapsulate the process of generating HTML responses to a client.你将使用ASP.NET MVC 3介绍过的Razor视图引擎创建一个模板文件。基于Raz 阅读全文
posted @ 2013-01-27 23:00 Jun六月 阅读(296) 评论(0) 推荐(0)
摘要:模型-视图-控制器 是MVC的标准。MVC是一个架构良好、可测试和易于维护的程序开发模式。基于MVC的程序包含:模型:用于表示程序的数据和根据业务规则实施数据验证逻辑的类。视图:你的程序动态生成HTML响应内容的模板文件。控制器:用于捕获来自浏览器的请求、发现模型数据以及根据指定的视图模板文件响应浏览器的类。MVC stands for model-view-controller. MVC is a pattern for developing application that are well architedcted, testable and easy to maintain. MVC 阅读全文
posted @ 2013-01-26 04:12 Jun六月 阅读(455) 评论(0) 推荐(0)
摘要:本教程将教你如何基于微软Visual Studio Express 2012或Visual Web Developer 2010 Express Service Pack 1 构建ASP.NET MVC 4网站应用程序。推荐使用VS2012,你不需要安装任何东西就可以完成本教程。如果你使用VS2010,那你必须安装以下组件,全部安装它们你可以点击以下链接:Tthis tutorial will teach you the basics of building an ASP.NET MVC 4 Web application using Misrosoft Visual Studio Expre 阅读全文
posted @ 2013-01-24 23:13 Jun六月 阅读(517) 评论(0) 推荐(0)