ASP.NET Razor: Difference between revisions

Content deleted Content added
m proper name one of the programming languages
Criticism: The first sentence was vague, and the second sentence incorrect. Section removed.
Line 46:
* Supports [[IntelliSense]] (statement completion support)
* [[Unit testing|Unit Testable]]
 
==Criticism==
 
Using the Razor syntax could be awkward for programmers used to prior markup syntax and although it does cause complex views to be more readable there is minimum editing advantage for smaller views. The current ASP.NET MVC 3 does not yet support syntax highlight for Razor views.<ref name=critic1>[http://geekswithblogs.net/mbridge/archive/2011/06/06/asp.net-mvc-3-hosting--understanding-razor-view-engine-asp.net.aspx ASP.NET MVC 3 Hosting :: Understanding Razor View Engine ASP.NET MVC 3 C#]</ref>
 
== References ==