ASP.NET Razor: Difference between revisions

Content deleted Content added
m Advantages of Razor: moving ref to a (visually) better place
replace external link with link to wikipedia article
Line 34:
| url =
}}
'''Razor''' is an [[ASP.NET]] programming syntax used to create [[dynamic web page]]s with the [[C Sharp (programming language)|C#]] or Visual Basic programming languages. Razor was in development in June 2010<ref name="IntroducingRazor">[http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx Introducing Razor]</ref> and was released for Microsoft Visual Studio 2010 in January 2011.<ref name="RazorsyntaxSupport">[http://blogs.msdn.com/b/webdevtools/archive/2011/01/12/how-to-get-razor-syntax-support-in-visual-studio-2010.aspx Razor syntax Support]</ref> Razor is a simple-syntax view engine and was released as part of [[ASP.NET MVC]] 3 and the [http://www.microsoft.com/web/webmatrix/[Microsoft WebMatrix]] tool set.<ref name="RazorsyntaxSupport" />
 
==Introduction==