ASP.NET MVC Release Candidate

MVC is a model-view-controller framework for building ASP.NET applications, particularly resource-oriented applications. The basic mechanism of MVC defines routes that map incoming browser requests to actions provided by the application controller. This is a bit different than the traditional ASP.NET page approach because of the way routes give you fine-grained control for carving up the URL space served by the application.

The MVC 1.0 release candidate is available now along with some release notes. The final version of MVC should be coming within a few weeks.

The latest information about ASP.NET MVC can be found in the list of supporting technologies.

Comments