The view engine is responsible for creating HTML from your views. Views are usually some kind of mix-up of HTML and a programming language. The choice of view engine is important because the feature sets of view engines are quite different.
The Razor syntax is based on the C# programming language, and that's the language that's used most often with ASP.Net web pages. However, the Razor syntax also supports the Visual Basic language and everything you see you can also do in Visual Basic.
Razor is a simple-syntax view engine and was released as part of MVC 3. The Razor syntax is a template mark-up syntax, based on the C# programming language. The idea behind Razor is to provide an optimized syntax for HTML generation using a code-focused templating approach, with a minimal transition between HTML and code.
What will you learn in this course?
We will learn all the above things through this video course. If you have any doubts, then you can contact me via email and Q&A.
Who should take this course?