In this chapter, you'll learn:
Learn what MVC is, how it differs from Web Forms, and how to create an ASP.NET application.
By Microsoft ASP.NET Team|January 27, 2009
Learn about the differences between ASP.NET MVC application and ASP.NET Web Forms applications. Learn how to decide when to build an ASP.NET MVC application.
By Microsoft ASP.NET Team|January 27, 2009
Learn how the ASP.NET MVC framework processes a browser request step-by-step.
By Stephen Walther|August 19, 2008
Confused about Models, Views, and Controllers? In this tutorial, Stephen Walther introduces you to the different parts of an ASP.NET MVC application.
By Stephen Walther|August 19, 2008
Confused about Models, Views, and Controllers? In this tutorial, Stephen Walther introduces you to the different parts of an ASP.NET MVC application.
By Microsoft ASP.NET Team|November 1, 2010
The User List sample web application demonstrates how simple it is to create ASP.NET MVC 3 applications using the Razor view engine. The sample application shows how to use the new Razor view engin...