Tell us what are the advantages of MVC?

Submitted by: Muhammad
☛ A main advantage of MVC is separation of concern. Separation of concern means we divide the application Model, Control and View.
☛ We can easily maintain our application because of separation of concern.
☛ In the same time we can split many developers work at a time. It will not affects one developer work to another developer work.
☛ It supports TTD (test-driven development). We can create an application with unit test. We can write won test case.
☛ Latest version of MVC Support default responsive web site and mobile templates.
Submitted by: Muhammad

Read Online MVC Developer Job Interview Questions And Answers