MCQ ASP - NetMVC
MCQ ASP - NetMVC
A. Shape of data
B. Html content
C. Collection of data
2) Which namespace is used for ASPX View Engine?
A. System.Web.Razor
B. System.Web.Mvc.WebFormViewEngine
C. Both A & B
D. None
3) What is ActionResult()?
A. It is an abstract Class
B. It is a Concrete Class
C. Both A and B
D. None
4) Which of the followings are Actionselectors?
A. ActionName
B. NonAction
C. ActionVerbs
D. All of the above
5) What are the various types of filters in an ASP.NET MVC application?
A. Authorization filters
B. Action filters
C. Result filters
D. All of these
6) What is the name of the configuration files that the App_Start folder contains?
A. BundleConfig.cs
B. FilterConfig.cs
C. RouteConfig.cs
D. All of these
7) WIF enables you to create a custom token. To be able to use the token, you must create a
custom token handler by overriding which of the following?
A. SecurityToken
B. SecurityTokenHandler
C. SWTToken
D. Saml2SecurityTokenHandler
8) What Request Processing technique follows ASP.Net?
A. Top-Down
B. Down-Up
C. Pipeline
D. Waterfall
9) Does MVC 6 was introduced new JSON project-based structure?
A. Yes
B. No
C. Both A & B
D. None