ASP.NET Razor: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI errors fixed + general fixes using AWB (8961)
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-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>:
 
* Is not a new language (no major changes to learn)
Line 62:
* [http://www.codeproject.com/KB/aspnet/RazorMaps.aspx ASP.NET, MVC 3, the Razor View Engine and Google Maps]
* [http://code.msdn.microsoft.com/ASPNET-MVC-4-with-Bing-Maps-947ae78c/ Bing Maps Application in ASP.NET MVC 4] A Beginners tutorial on using Bing Mapping in ASP.Net, Exploring MVC Features to handle Mobile and desktop views from a single Application - MSDN Article.
 
 
<!--- Categories --->