0
kicks
Why ASP.NET MVC is better than WebForms: Repeatability
A lot of people out there are asking, “Why is ASP.NET MVC better than WebForms?” or “Why should I switch from WebForms to MVC?” Usually the response includes these items:
* Clear separation of concerns
* Testability - support for Test-Driven Development
* Fine-grained control over HTML and JavaScript
I’d like to add one more thing to the list: repeatability.