Shivprasad Koirala
ASP.NET Interview questions :- What is the advantage of using MVC pattern?
By Shivprasad Koirala in ASP.NET on Mar 14 2011
  • Shivprasad Koirala
    Mar, 2011 14

    Answer:

    MVC is one of the most used architecture pattern in ASP.NET and this is one of those ASP.NET interview question to test that do you really understand the importance of model view controller.

    • It provides a clean separation of concerns between UI and model.
       
    • UI can be unit test thus automating UI testing.
       
    • Better reuse of views and model. You can have multiple views which can point to the same model and also vice versa.
       
    • Code is better organized.


    Get my 21 important .NET interview questions and answers
     

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS