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.
0 Comments