Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
why mvc is better than webforms????
he main advantages of ASP.net MVC are:
Enables the full control over the rendered HTML.
Provides clean separation of concerns(SoC).
Enables Test Driven Development
Easy integration with JavaScript frameworks.
Following the design of stateless nature of the web.
RESTful urls that enables SEO.
No ViewState and PostBack events
The main advantage of ASP.net Web Form are:
It provides RAD development
Easy development model for developers those coming from winform development.
Both has their Advantages
for MVC:
For WebForms
I will Go with MVC because it separate the code,database and ui. It gets easy to debug and test it.
There are many reasons.
1. ASP.Net MVC doesn't use any view state.
2. ASP.Net MVC uses only HTML elements.
3. UI is separated from Application Logic