ASP.NET MVC Framework (Part 1)
Posted by: ScottGus Blog,
on 13 Nov 2007 |
View original | Bookmarked: 0 time(s)
Two weeks ago I blogged about a new MVC (Model View Controller) framework for ASP.NET that we are going to be supporting as an optional feature soon. It provides a structured model that enforces a clear separation of concerns within applications, and makes it easier to unit test your code and support a TDD workflow. It also helps provide more control over the URLs you publish in your applications, and can optionally provide more control over the HTML that is emitted from them. Since...