ASP.NET MVC 2 Released

ASP.NET MVC 2 Released

March 15, 2010 | Development, Visual Studio 2010

ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the model. ASP.NET MVC applications are easily testable using techniques such as test-driven development (TDD).

 

Microsoft released this last Friday. You should go download it and then go learn how to use it.