Get to Know the ASP.NET MVC Framework
Published July 20th, 2009 Under Architecture | Leave a Comment
A benefit of the MVC architectural style is that it promotes a clean separation of concerns between the models, views and controllers within an application. Come learn what MVC is and why you’d want to use it with ASP.NET. We’ll build a web application from scratch and explore the differences between MVC and Web Forms.