1.

Mention What Are Main Benefits Of Using Mvc?

Answer»

There are two key BENEFITS of using MVC
•As the code is MOVED behind a separate CLASS file, you can USE the code to a great extent
•As behind code is simply moved to.NET class, it is possible to automate UI testing. This gives an OPPORTUNITY to automate manual testing and write unit tests.

There are two key benefits of using MVC
•As the code is moved behind a separate class file, you can use the code to a great extent
•As behind code is simply moved to.NET class, it is possible to automate UI testing. This gives an opportunity to automate manual testing and write unit tests.



Discussion

No Comment Found