MVC Developer Question:

Download Job Interview Questions and Answers PDF

Do you know what is Razor in MVC?

MVC Developer Interview Question
MVC Developer Interview Question

Answer:

Razor is not a new programming language itself, but uses C# syntax for embedding code in a page without the ASP.NET delimiters: <%= %>. It is a simple-syntax view engine and was released as part of ASP.NET MVC 3. The Razor file extension is "cshtml" for the C# language. It supports TDD (Test Driven Development) because it does not depend on the System.Web.UI.Page class.

Download MVC Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what are the advantages of MVC?What is Dependency Resolution?