Content deleted Content added
Mindmatrix (talk | contribs) →External links: prune links per WP:EL |
|||
Line 42:
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-3-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>
* Supports [[IntelliSense]] (statement completion support)
* [[Unit testing|Unit Testable]]
|