1.

How to create Razor enable application in MVC3

Answer»

Before doing with RAZOR MVC3 you must install it. And one more THING is that MVC3 have some enhancement int it but some basic INPUTS are taken from MVC2.
(1)Below is the first screen to choose before creating Razor


razor mvc3
(2)(i)In second screen we pick Empty option to creates PROJECT becasue it take less amount of files.
(ii)Its also creates a shell application which includes user registration and authentication.
(iii)Here in this authentication takes place through domain or from Active Directory infrastructure.


mvc razor
(3)Below is the example of csharp project so cshtml file is created when we choose VB then vbhtml file is created

razor cshtml



Discussion

No Comment Found