7
Shouts

ASP.NET MVC 3 and the @helper syntax within Razor - ScottGu's Blog

published 766 days, 10 hours, 2 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 6 hours, 56 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 2:55:13 PM GMT

ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine).  Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow. Unlike most template syntaxes, with Razor you do not need to interrupt your coding to explicitly denote the start and end of server blocks within your HTML. The Razor parser is smart enough to infer this from your code. This en...

category: Web Dev | clicked: 10 | | source: weblogs.asp.net | show counter code
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, Razor, ASP.NET