Why ASP.net MVC?


Although web forms were very successful, Microsoft thought of developing ASP.net MVC. The main issue with ASP.net webForms is performance.
In a web application, there are four main aspects which define performance:-
  • Response time issues
  • Problem of Unit Testing
  • HTML customization
  • Reusability of the code-behind class
ASP.net MVC excels on the above parameters.

Post a Comment

0 Comments