MVC MCQ Quiz
MVC MCQ Quiz
com
MVC MCQ Quiz
A. True
B. False
Q2. which of the following is the extension of MVC view when using vb.net?
A. cshtml
B. vbhtml
C. Both A & B
D. None
A. yes
B. No
A. System.Web.Razor
B. System.Web.Mvc.WebFormViewEngine
C. Both A & B
D. None of the above
A. Yes
B. No
C. Both A & B
D. None
A. cshtml
B. vbhtml
C. None
D. All of the above
A. Views
B. Account
C. Shared
D. Home
A. _ViewStart.cshtml
B. _Login.cshtml
C. _Layout.cshtml
D. None
Q11. Is ViewBag slower than ViewData in MVC?
A. yes
B. No
A. True
B. False
A. System.Web.HttpContext.Current.Session["LoginID"] =7;
B. Current.Session["LoginID"] =7;
C. Session["LoginID"] =7;
D. None
A. Data-access laye
B. Business-logic layer
C. Presentation layer
D. Interface layer
A. MVC segregates your project into a different segment, and it becomes easy for developers to work on
B. It is easy to edit or change some part of your project that makes project less development and
maintenance cost
C. MVC makes your project more systematic
D. All of the mentioned
A. Ajax libraries
B. Jquery
C. both 1 & 2
D. None of the above
A. 11
B. 12
C. 13
D. 10
A. Top-Down
B. Down-Up
C. Pipeline
D. Waterfall