What are the advantages of ASP.NET MVC?
Loading
What are the advantages of ASP.NET MVC?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naresh BeniwalPosted Nov 12, 2022, 3:45 PM
https://stackoverflow.com/questions/102558/biggest-advantage-to-using-asp-net-mvc-vs-web-forms
Brahma Prakash ShuklaPosted Nov 11, 2022, 8:28 AM
https://www.geeksforgeeks.org/benefit-of-using-mvc/
Vishal YelvePosted Aug 23, 2022, 1:00 PM
Amit MohantyPosted Aug 23, 2022, 12:28 PM
It manages application complexity by dividing an application into the model, view and controller.
It does not use view state or server-based forms. This makes the MVC framework ideal for developers who want full control over the behavior of an application.
It provides better support for test-driven development.
It is suitable for large scale developer team and web applications.
It provides high degree of control to the developer over the application behavior.
Rajanikant HawaldarPosted Aug 23, 2022, 12:26 PM