March 2010 Entries

ASP.NET MVC 2 Released!

Yes, it has been released, this is the new, improved, cool, updated and so much waited for version of asp.net MVC. asp.net MVC 2 is out which was officially confirmed by Scott Gu yesterday on his blog. I wrote a post about some of the features included in the release candidate 2 (RC2) just a few weeks ago. This new and final asp.net MVC 2 has some cool new features such as: What's New Templated Helpers that allow you to specify extra View Data. Basically, this release now includes new overloads for the EditorFor and DisplayFor methods, the overloads contain...

ASP.NET MVC 2 RC 2

The asp.net MVC 2 RC 2 was made available on February 4, 2010, you can download it here. This new release has some cool features such as the following: Areas: The Areas were first introduced with the MVC 2 Preview 1 release. However, I've decided to include some information about areas since the ASP.NET team has made some changes to this feature since its release. Areas allow developers to partition large projects into smaller more manageable smaller units that are referenced to as areas. Each area has the same structure as an asp.net MVC project, and within an application you can have...