MVC Interview Questions for Freshers and Experienced – Frequently Asked

  1. What is MVC?
  2. Explain the Lifecycle of MVC?
  3. Suppose you have two Models. And want to bind them with a View, How will you do that without using any third class.
  4. Explain Custom Routing. How to make one. How would you use it as a default route?
  5. What is the difference between ViewBag and ViewData ?
  6. How many filters are there? Explain
  7. What is the difference between partialview and partial?
  8. What are the different return types in MVC.
  9. How can you render a partial view?