ASP.NET MVC 2

关于MVC2,我之前也有些介绍,现在也正在使用这个版本了。下面这个站点是Scottgu的博客

http://weblogs.asp.net/scottgu/archive/2010/01/10/asp-net-mvc-2.aspx

目前他已经有两篇博客在讲解MVC 2的一些新特性

ASP.NET MVC 2 adds a bunch of new capabilities and features.  I’ll cover them in a lot more depth with this blog series.  Some of them include:

  • New Strongly Typed HTML Helpers (posted: Jan 10th, 2010)
  • Enhanced Model Validation support across both server and client (posted: Jan 15th, 2010) 
  • Auto-Scaffold UI Helpers with Template Customization (post coming soon)
  • Support for partitioning large applications into “Areas” (post coming soon)
  • Asynchronous Controllers support (post coming soon)
  • Support for rendering sub-sections of a page/site using Html.RenderAction (post coming soon)
  • Lots of new helper functions, utilities, and API enhancements (post coming soon)
  • Improved Visual Studio tooling support (post coming soon)
原文地址:https://www.cnblogs.com/chenxizhang/p/1655254.html