Overview

In this chapter, you'll learn:
Learn what MVC is, how it differs from Web Forms, and how to create an ASP.NET application.

  1. ASP.NET MVC Overview

    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.

  2. Understanding the ASP.NET MVC Execution Process

    By Microsoft ASP.NET Team|January 27, 2009

    Learn how the ASP.NET MVC framework processes a browser request step-by-step.

  3. Understanding Models, Views, and Controllers (C#)

    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.

  4. Understanding Models, Views, and Controllers (VB)

    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.

  5. Creating a MVC 3 Application with Razor and Unobtrusive JavaScript

    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...

ASP.NET MVC Books

Microsoft's Jon Galloway recommends these books for learning ASP.NET MVC:

Pro ASP.NET MVC 3 Framework

Pro ASP.NET MVC 3 Framework

by Adam Freeman, Steven Sanderson

Professional ASP.NET MVC 3 (Wrox Programmer to Programmer)

Professional ASP.NET MVC 3 (Wrox Programmer to Programmer)

by Jon Galloway, Phil Haack,Brad Wilson, K. Scott Allen

Test Drive ASP.NET MVC

Test Drive ASP.NET MVC

by Jonathan McCracken