ASP.NET MVC Preview 4 Released
The ASP.NET MVC team has released a new preview version of the framework. You can download the source code and the msi installer which includes the project templates from the asp.net codeplex site.
There are some new exiting features like AjaxHelpers, AjaxExtensions, Error handling, Caching, Authorization etc that has been added to the framework which I am very exited about. Finally with these features I can start my first real world ASP.NET MVC Project. Now it has those features which I needed to redo cfart.
ScottGu has made a very good blog post describing all the newly added features. Here is Part 1 of the series. I am waiting for the Part 2 where he is going to blog about the new AJAX features.
Scott Hanselman has already made a blog post about the new AJAX features in the new ASP.NET MVC Preview 4. You can read his post here.
Related Links
- New filters (OutputCache, HandleError, Authorize) and Membership provider by ScottGu
- Integration with ASP.NET AJAX by Scott Hanselman
- Finally TempData is test-friendly by Matt Hinze
- ComponentController has been removed, replaced by the RenderAction method by Rob Conery
- First impressions on the new RenderAction method, again by Matt Hinze
- together with some other small improvement by Matt Hawley
- Some other random thoughts:
- By Steven Walther
- By Ben Scheirman on how he plans to update CodeCampServer to P4

