Microsoft launched ASP.NET MVC Beta
Thursday, October 16th, 2008Microsoft have released the first official beta of their MVC framework for ASP.NET 3.5 runtime. The framework has already been through several preview releases from the ASP.NET team, gathering feedback from the developer community, but this is the first time it will go out to a broader user base for testing.
The MVC pattern is particularly popular amongst developers following a test driven development methodology, as it encourages good seperation of concerns, and makes it much easier to test applications. Ruby on Rails has been largely responsible for the resurgance of interest in this pattern, combined with its rapid prototyping capacibilities.
(more…)
