Code Voyeur
RSS
Data Access Languages MVC ORM About Roadmap Contact Site Map RSS Sample Code Presentations Snippets dll Hell .net Rate My Snippet

Model View Controller Frameworks

Model View Controller (MVC) Frameworks have long existed, but have gained popularity in web application development. The MVC pattern defines a clear separation of concerns in which presentation logic is not mixed with model (domain) logic.

Castle Project

ASP.NET MVC