Mar
18
ASP.NET MVC 2
Posted In: ASP.NET, MVC Framework by DotNut
ASP.NET MVC 2 is now available for Visual Studio 2008 and Visual Web Developer 2008 Express with ASP.NET 3.5. Note that the final release of Visual Studio 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in.
ASP.NET MVC 2 is compatible with and can be installed side-by-side with ASP.NET MVC 1. The source code is available under an OSI-compliant open-source license.
New features include:
- Strongly Typed HTML Helpers
- Enhanced Model Validation support across both server and client
- UI Helpers with Template Customization
- Asynchronous Controllers enable running tasks in parallel
- Improved Visual Studio tooling support
Download ASP.NET MVC 2
What’s New in ASP.NET MVC 2
ASP.NET MVC Website
Scott Gu’s Blog Series on ASP.NET MVC
