Benefit of ASP.NET MVC over Webforms
- No Server side controls:
- Avoiding serverside controls hence no view state
- Increase the performance
- Razor language:
- Light weight - increase the performance of application and browser compatibility.
- Test Driven development and Re-usability
- Separation of code so automatic and easy for unit testing.
- Controllers are not bound to any specific view and so can be reused for multiple views.
- Implemented HTML5
- Powerful Routing System
- Open source
No comments:
Post a Comment