ASP.NET MVC


Presented By: Dan Boris


ASP.NET MVC is a new framework from Microsoft for developing web applications based on the classic Model View Controller design pattern. It provides an alternative to the well know Web Forms model that makes it easier to develop maintainable and testable applications while giving you much finer grained control of the HTML in the resulting pages. In this presentation I will provide an introduction to the framework and how it differs from Web Forms. I will then show how to build a simple bug tracking application using the framework and Visual Studio 2008.