Mention what are main benefits of using MVC?
1275
17-May-2017
Manish Kumar
17-May-2017MVC 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.