ASP.NET MVC INTERVIEW QUESTIONS AND ANSWERS


 The ASP.NET MVC is a web application framework developed by Microsoft, which implements the model–view–controller (MVC) pattern. It is open-source software.
  • Model (business layer)
  • View (display layer)
  • Controller (input control)