This approach of using MVC provides several advantages.
o Firstly, it manages the application complexity by dividing an application into the model, view, and controller.
o This framework doesn’t use view state or server-based forms which makes it ideal for developers those who want full control over the behavior of an application.
o It also provides better support for test-driven development.
o It is best suitable for large scale developer team and for web applications.
o It provides a higher degree of control to the developer over the behavior of an application.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
This approach of using MVC provides several advantages.
o Firstly, it manages the application complexity by dividing an application into the model, view, and controller.
o This framework doesn’t use view state or server-based forms which makes it ideal for developers those who want full control over the behavior of an application.
o It also provides better support for test-driven development.
o It is best suitable for large scale developer team and for web applications.
o It provides a higher degree of control to the developer over the behavior of an application.