ASP.NET MVC Test

Question 1: MVC stands for ______.

Question 2: Which of following is TRUE?

Question 3: The model is a _______ .

Question 4: Which of the following is a type of view in MVC?

Question 5: Which of the following is TRUE?

Question 6: Which of the followings are ActionSelectors?

Question 7: Which is the default http method for an action method?

Question 8: Which of the following view file types are supported in MVC?

Question 9: HtmlHelper class _________.

Question 10: ______ attributes can be used for data validation in MVC.

Question 11: Which of the following view contains common parts of UI?

Question 12: Which of the following methods are used to render partial view?

Question 13: How to transfer data from controller to view?

Question 14: TempData is useful to _______.

Question 15: What is action filters?

Question 16: Bundling allows __________.

Question 17: Area allows us to ____________.

Question 18: Which of the following is a default route pattern in MVC?

Question 19: Which of the following default class is used to configure all the routes in MVC?

Question 20: Which of the following method of html helper generates html control based on the data type of specified property?