Views

In this chapter, you'll learn:
The Razor syntax and how to use it in views (the V in MVC) to display information.

  1. Introducing Razor

    Scott Guthrie introduces the Razor view engine, which is optimized around HTML generation using a code-focused templating approach.

  2. Razor Views

    This Pluralsight video explains how to work with Razor views.

  3. Programming with Razor Syntax

    This article gives you an overview of programming with ASP.NET Web pages using the Razor syntax.

  4. Intro to ASP.NET Web Programming Razor Syntax

    By Microsoft ASP.NET Team|June 22, 2010

    This tutorial provides an overview of programming with ASP.NET Web Pages using the Razor syntax.

  5. Inside Razor

    In this video Andrew Nurse goes inside the design of the Razor view engine.

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