Content deleted Content added
Mrmagoo2006 (talk | contribs) m fixing ref links |
Mrmagoo2006 (talk | contribs) m →Advantages of Razor: moving ref to a (visually) better place |
||
Line 41:
== Advantages of Razor==
The idea of Razor was to create an optimized syntax for HTML generation using a code-focused templating approach using a minimization of transition between HTML and code.<ref name=MVC3rve>[http://www.asp.net/mvc/videos/mvc-3-%E2%80%93-razor-view-engine MVC 3 – Razor View Engine]</ref> The design reduces the number of characters and keystrokes required and enables a more fluid coding workflow by not having to explicitly denote 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)
* Supports [[IntelliSense]] (statement completion support)
* [[Unit testing|Unit Testable]]
==Criticism==
|