Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    Define "outperform" please? Commented Jan 12, 2011 at 9:37
  • @Developer Art I am not going to define. Keeping it for others. :P Commented Jan 12, 2011 at 9:49
  • 5
    In my experience, ASP.NET MVC almost always returns a page faster than ASP.NET webforms. I assume that is because there is less overhead in the page model. Commented Jan 12, 2011 at 15:50
  • I'd agree with Robert Harvey that MVC would typically out-perform web-forms in most situations because it is far less abstracted than web-forms and hence will have less overhead. Commented Jan 13, 2011 at 10:07