+1 vote
in MVC Language by

What Are The Benefits Of Using Mvc?

1 Answer

0 votes
by

There are two big benefits of MVC:-Separation of concerns is achieved as we are moving the code behind to a separate class file. By moving the 

bindingcode to a separate class file we can reuse the code to a great extent.Automated UI testing is possible because now the behind code (UI 

interaction code) has moved to a simple.NET class.This gives us opportunity to write unit tests and automate manual testing

Related questions

0 votes
asked Jun 10, 2023 in Machine Learning by sharadyadav1986
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
...