Описание тега asp.net-mvc-2
ASP.NET MVC 2 is the second major version of the ASP.NET MVC platform, it has since been outdated by ASP.NET MVC 3.
According to Scott Guthrie's blog post on ASP.NET MVC 2, it has the following features:
- New Strongly Typed HTML Helpers
- Enhanced Model Validation support across both server and client
- Auto-Scaffold UI Helpers with Template Customization
- Support for partitioning large applications into “Areas”
- Asynchronous Controllers support
- Support for rendering sub-sections of a page/site using Html.RenderAction
- Lots of new helper functions, utilities, and API enhancements
- Improved Visual Studio tooling support
References:
MSDN ASP.NET MVC 2 Developer Reference
See asp.net-mvc for more information.