ASP.NET MVC 2 Released!
Posted
by kaleidoscope
on Geeks with Blogs
See other posts from Geeks with Blogs
or by kaleidoscope
Published on Mon, 22 Mar 2010 04:47:52 GMT
Indexed on
2010/03/22
6:01 UTC
Read the original article
Hit count: 319
ASP.NET MVC 2 Released!
ASP.NET MVC 2 Features
ASP.NET MVC 2 adds a bunch of new capabilities and features. Some of the new features and capabilities include:
§ New Strongly Typed HTML Helpers
§ Enhanced Model Validation support across both server and client
§ Auto-Scaffold UI Helpers with Template Customization
§ Support for splitting up large applications into ‘Areas’
§ Asynchronous Controllers support that enables long running tasks in parallel
§ 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
More details can be found at
http://www.azurejournal.com/2010/03/aspnet-MVC-2-released/
© Geeks with Blogs or respective owner