Answers

Question and Answer:

  Home  MVC Developer

⟩ Tell us what are the advantages of MVC?

☛ 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.

 152 views

More Questions for you: