ASP.NET Razor: Difference between revisions

Content deleted Content added
Mzyromski (talk | contribs)
m external link fix
Mzyromski (talk | contribs)
m reference link fix
Line 41:
== Advantages of Razor==
 
The idea behind Razor is to provide an optimized syntax for HTML generation using a code-focused templating approach, with minimal transition between HTML and code.<ref name=MVC3rve>[http://www.asp.net/mvc/videos/mvc-3/mvc-%E2%80%933-razor-view-engine MVC 3 – Razor View Engine]</ref> The design reduces the number of characters and keystrokes, and enables a more fluid coding workflow by not requiring explicitly denoted server blocks within the HTML code.<ref name="IntroducingRazor" /> Other advantages that have been noted<ref name=pro1>[http://stackoverflow.com/questions/1451319/asp-net-mvc-view-engine-comparison ASP.NET MVC View Engine Comparison]</ref>:
 
* Is not a new language (no major changes to learn)