https://msdn.microsoft.com/en-us/library/gg416514(v=vs.108).aspx

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.

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 the Web Forms model.

For information about what is new in this release of MVC, see ASP.NET MVC 4 on the ASP.NET web site. Last updated September, 2012

Documentation Resources for ASP.NET MVC 4

We suggest the following documentation to help you learn about ASP.NET MVC.

Intro to ASP.NET MVC 4

最新文章

  1. 切换数据库+ThreadLocal+AbstractRoutingDataSource 一
  2. PHP 数据安全问题总结
  3. git报错 error: cannot stat ‘'web/js': Permission denied
  4. 一个DIV三列布局100%高度自适应的好例子(国外)
  5. ajax 上传
  6. $.ajax提交,后台接受到的值总是乱码?明天再总结
  7. cocos2d-x Action
  8. python27读书笔记0.2
  9. centos中忘记root密码问题
  10. myeclipse修改tomcat端口
  11. 完成端口(Completion Port)详解(超级长,超级清楚)
  12. C程序设计语言(第二版)习题:第二章
  13. UnityShader之遮挡透明
  14. UEP-按钮控制及时间
  15. SecureCRT8.0设置语法高亮
  16. Iview的开发之路
  17. object-fit、object-position 属性
  18. css常用单位
  19. vue2 mint-ui loadmore(下拉刷新)
  20. py-faster-rcnn代码阅读1-train_net.py & train.py

热门文章

  1. R中矩阵运算
  2. webpack常见问题
  3. HDU多校Round 7
  4. python json格式和csv文件转换
  5. Python中使用SQLite
  6. C#读取文件-古文观止(总结一下)
  7. php第二十五节课
  8. 小程序button默认样式透彻理解
  9. HTML5网页如何调用浏览器APP的微信分享功能?
  10. 线性DP LIS浅谈