Advantages of an MVC-Based Web Application
The following advantages of ASP.NET MVC framework that offers:
- To manage complexity by dividing an application into the model, the view, and the controller.
- MVC framework provides want full control over the behavior of an application. It does not use view state or server-based forms.
- It supports a rich routing infrastructure.
- It support for test-driven development (TDD).
- It works well for Web applications that are supported by large teams of developers and for Web designers who need a high degree of control over the application behaviour.
No comments:
Post a comment