概述
选择MVC框架的优点:
1.便于管理复杂的应用程序,因为它分成了Model,View,Controller.
2.方便开发人员进行平行开发。每个开发人员可以开发不同的模块。
3.支持TDD,方便开发人员做单元测试。TDD(test driven development)
4.可以完全控制你的html markup.
5.标准的页面大小小,不会包含隐含的数据。
6.支持客户端的JavaScript框架,比如JQurey
7.It uses RESTful interfaces for URLs, which is better for SEO (Search Engine
Optimization). REST is short for REpresentational State Transfer—the
concept of using URLs as the link to a resource, which can be a controller
action method, rather than to physical files on the web server.
最后
以上就是苹果饼干为你收集整理的ASP.NET MVC优点的全部内容,希望文章能够帮你解决ASP.NET MVC优点所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复