Saturday, January 18, 2014

MVC

  1. Full form of MVC?
  2. Steps of MVC application execution?
  3. Difference between ViewBag, ViewData,TempData?
  4. How can i transfer a values from controller to controller?
  5. How can i transfer a values from action to action?
  6. How can i transfer a values from view to view?
  7. What are the form action types-Get Post?
  8. Can i use a Get function acting like Post to save data?
  9. What is base class of data annotation?
  10. What are the types of validations related to MVC?
  11. How unobtrusive.js works?What will happen if i donot use this?
  12. What are the return types of actions?
  13. What can be used as return type while dealing with files?
  14. Is it possible to return void in action?
  15. What is main base class for MVC?
  16. What is base class of validation attribute?
  17. When model binding works?
  18. For custom model binding where i have to register that binder?
  19. What is bundle?
  20. What is routing?
  21. What is editor template and display template?
  22. What are the folders mvc finds for view?
  23. What are the differences between view and partial view?

No comments:

Post a Comment