Code Voyeur
RSS
Languages MVC ORM About Roadmap Contact Site Map RSS Sample Code Presentations Snippets dll Hell .net

ASP.NET MVC

Microsoft was slow to offer a model-view-controller (MVC) framework that could compete with projects like MonoRail, Ruby on Rails or TurboGears. However, as of late Microsoft has actively been supporting the simply named ASP.NET MVC framework. ASP.NET MVC is an extensible framework for building ASP.NET Web applications using the now ubiquitous MVC pattern. Features such as bidirectional data binding, request filtering and better support for unit testing have made MVC a popular alternative to traditional Web Forms development. Microsoft has also actively courted the open source developer community with MVC by offering community previews and providing support for contrib projects.

License: Microsoft Public License (Ms-PL)

Project Home Page: http://www.asp.net/mvc/