Mention what are main benefits of using MVC?
Ask by Manish Kumar
Updated 21 Sep 2020
MVC have two key benefits of using it
1-As the code is moved behind a separate class file, you can use the code to a great extent.
2-As behind code is simply moved to.NET class, it is possible to automate UI testing. It gives an opportunity to automate manual testing and write unit tests.