DC ALT.NET - ASP.NET MVC View Engines

Date
28-29 Jul 2010 (Add to calendar) GMT
Venue
2000 Duke Street , Alexandria, US
Cost
Free

Session: View Engines: Razor, Spark, & NHAML

Overview:

You may be asking yourself, "Self, what is a view engine and why would I want one?" A view engine is a library that takes an HTML-like template, converts that template into code, and then executes that code to get HTML for return to the browser. If you're using ASP.Net MVC, you're already using a view engine whether you know it or not: the WebForms view engine.

In this presentation you'll learn how to install and configure alternatives to the standard WebForms view engine in ASP.Net MVC, and you'll walk away knowing how to utilize them to improve your productivity. The view engines we'll cover are:

  • Razor, the new view engine from Microsoft.
  • Spark, a popular OSS alternative.
  • NHAML, another OSS alternative straight from Ruby-land.

About Our Speaker:

Troy Goode is a lead developer with NRECA in Arlington, VA. Previously he worked as a consultant for the World Bank, National Academy of Engineering, the Institute of Medicine, and other agencies & associations in the DC area. He lives in Arlington with his wife and two dogs.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debuggers don't remove bugs. They only show them in slow motion.”