Que 1: MVC Stands for ?
- Model View Controller (A)
- Module View Controller
- Model View Control
Que 2: Which assembly is used to define the MVC framework?
- System.Web.Mvc (A)
- System.Web.Mvc3
- System.Web.Razor
Que 3: Which syntax Razor Support ?
- @ (A)
- <% --%>
- A
- A or B
Que 4: Which View Engine does not support ASP.NET MVC
- Razor
- ASPX(C#)
- NHAMl
- MVCRAZ (A)
Que 5: What is the default Form method for an action method
- Get (A)
- post

Pooja SinghPosted Sep 19, 2016, 3:21 PM
Answer all of these question , 1) Model view controller. 2) System.Web.Mvc . 3)@(A) .4) NHAMI .5) Get