There Are Many Advantage of MVC(Model view & Controller)
1. Faster development process.
2. Easier to manage complexity (divide and conquer).
3. It does not use server forms and view state.
4. Front Controller pattern (rich routing).
5. Better support for test-driven development.
6. Ideal for distributed and large teams .
7. High degree of control over the application behavior.
8. Enables the full control over the rendered HTML.
9. Provides clean separation of concerns(SoC).
10. Enables Test Driven Development (TDD).
11. Easy integration with JavaScript frameworks.
12. Following the design of stateless nature of the web.
13. RESTful urls that enables SEO.
14. No ViewState and PostBack events.
2. Easier to manage complexity (divide and conquer).
3. It does not use server forms and view state.
4. Front Controller pattern (rich routing).
5. Better support for test-driven development.
6. Ideal for distributed and large teams .
7. High degree of control over the application behavior.
8. Enables the full control over the rendered HTML.
9. Provides clean separation of concerns(SoC).
10. Enables Test Driven Development (TDD).
11. Easy integration with JavaScript frameworks.
12. Following the design of stateless nature of the web.
13. RESTful urls that enables SEO.
14. No ViewState and PostBack events.
0 comments :
Post a Comment