When to favor ASP.NET WebForms over MVC
Posted
by
P.Brian.Mackey
on Programmers
See other posts from Programmers
or by P.Brian.Mackey
Published on 2011-07-22T17:04:06Z
Indexed on
2013/10/18
10:15 UTC
Read the original article
Hit count: 511
I know Microsoft has said "ASP.NET MVC is not a replacement for WebForms". Some developers say WebForms is faster to develop than MVC, but I believe this all comes down to comfort level with the technology; so I don't want any answers in this direction.
Given that ASP.NET MVC gives a developer more control over our application, why is WebForms not considered obsolete? When should I favor WebForms over MVC for new development?
© Programmers or respective owner