In this chapter, you'll learn:
The Razor syntax and how to use it in views (the V in MVC) to display information.
Scott Guthrie introduces the Razor view engine, which is optimized around HTML generation using a code-focused templating approach.
This Pluralsight video explains how to work with Razor views.
This article gives you an overview of programming with ASP.NET Web pages using the Razor syntax.
By Mike Pope|
This tutorial provides an overview of programming with ASP.NET Web Pages using the Razor syntax.
In this video Andrew Nurse goes inside the design of the Razor view engine.
See "Working with views" and "Working with Razor views" in the ASP.NET MVC Content Map.