Home > Internet Programming > Quizzes > Microsoft MVC Framework Fundamentals Test
Microsoft MVC Framework Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 26% Most missed: “What is strongly typed?”
Microsoft MVC Framework Fundamentals Test
Time left 00:00
25 Questions

1. How can you specify that a particular View should not use any implicitly set Layout View?
2. If you wish to genrate links to related resources to add hypermedia to your REST service - what class could you use?
3. Which of the following protocols are not supported by WCF?
4. Which attribute could you use if you had a Phone Number property on your model and you wanted to validate the value against the United States phone format?
5. Which namespace contains the attributes used to describe your model and it's properties?
6. MVC Filters can only be applied to Actions
7. As a best practice - all input validation should occur in which layer?
8. What is ChildActionOnlyAttribute?
9. Which Razor construct is used to indicate a view is strongly-typed
10. How do you prevent forgery of a request?
11. What attribute is used to restrict access by callers to an action method?
12. What is OutputCacheAttribute used for?
13. If you wish to write a module for your own custom logging or message headers - which interface could you implement?
14. What does MVC stand for?
15. True or False: By default - all controller classes must be named by using the 'Controller' suffix.
16. Which attribute could you use if you had a property on your Model class that you wish to be hidden when using the EditorForModel HTML Helper method?
17. What type of filter should be used if you want to modify the result of an action method?
18. Which method is NOT valid in the context of an MVC view?
19. If you wish to leverage the OData standards for querying your REST service - what attribute could you use on your ApiController action?
20. Which of these is NOT an view engine for MVC?
21. Which class represents an initial HTTP class to the Web API framework?
22. Which symbol[s] is used to designate Razor syntax code in a .cshtml file?
23. If you wish to include custom transformation logic in your Bundles - which interface could you implement?
24. An MVC application can have a:
25. Which of these are NOT advantages to the ASP.NET MVC framework?