Q1: What is Asp.Net MVC stands for?
ModeViewController
MeanViewController
MedianViewController
ModelViewController
Q2: What are the Return types of controller action methods
SwiftResult
ViewResult
NameResult
DuplicateResult
Q3: What are the different types of action filters
AuthorizationFilter
TestFilter
ViewFilter
ModelFilter
Q4: How to pass data from Controller to View?
ViewModel
ModelView
ViewData
Controllerdata
Q5: What is a Controller?
Communicates with Model alone
Communicates between Model and View
Communicates with View alone
None of the above