Select ASP.Net MVC 2.0 framework action filters?
OutputCache
HandleError
Authorize
All of the above
How does controller identify a method as an action method?
Method with ActionResult keyword
All methods
All methods except non-public methods
Which key word is used to pass data from Controller to View?
ViewData
ViewState
Session
Which keyword is used to prevent an action method is being accessed publically?
[Private]
[NonAction]
[Internal]
[Protected]
Data Annotation Validator attributes include?
Required
Range
StringLength
ASP.Net MVC Applications are?
Looslely coupled
with User friendly URL
Less complex
MVC 2.0 application execution process is handled through?
UrlRoutingModule
Page Event
a or b
None of the above
Controller’s action methods cannot be unit tested without Model generation?
True
False
ASP.NET MVC views are with extension of?
.aspx
.ascx
.html
Different types of action filters in ASP.Net MVC 2.0?
IAuthorizationFilter
IActionFilter
IResultFilter
IExceptionFilter