Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1013037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:02:12+00:00 2026-05-16T10:02:12+00:00

Possible Duplicate: What’s your choice for your next ASP.NET project: WebForms or MVC? Can

  • 0

Possible Duplicate:
What’s your choice for your next ASP.NET project: WebForms or MVC?

Can you list some reasons that would make you use ASP.NET webforms for a new project, instead of MVC? I’ve heard a lot about the opposite, but not things that are done easier or better with webforms. I’m not talking about developer preferences here, but rather technology features and how they map to project features.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T10:02:12+00:00Added an answer on May 16, 2026 at 10:02 am

    The only argument for WebForms is the need to design highly complex (read cluttered) interfaces with a whole lot of interconnected elements which in all or in part should react to changes in other elements.

    A typical example would be some enterprise application (from SAP or smaller vendors). They usually have interfaces bordering madness. You’d have a hard time trying to synchronize the controls manually with JavaScript if you were on MVC. With WebForms it’s by far easier.

    Whether it is a good idea to build such interfaces is another matter entirely.


    In WebForms element events trigger a page postback. They go to the same url and are processed in a unified manner. This is what makes the architecture very scalable.

    With MVC to accomplish this you would have to set up a bunch of service urls to handle posts from different controls, then process those posts and update view models accordingly. This all involves a lot of trickery and juggling. Not that it is not doable – it is, but not on a big scale. This approach would not be scalable. Sooner or later you will arrive at the understanding you’d need to build your own framework in the direction of stateful object-oriented HTML/HTTP abstraction like WebForms.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to: Back button support “Ajax” I have a ASP.NET MVC implementation
Possible Duplicate: What’s the reason I can’t create generic array types in Java? HashSet<Integer>[]
Possible Duplicate: .NET - What’s the best way to implement a catch all exceptions
Possible Duplicate: What’s with the love of dynamic Languages I have already read this
Possible Duplicate: Should I link to Google API’s cloud for JS libraries? Do you
Possible Duplicate: How to avoid “!= null” statements in Java? Share your thoughts..
Possible Duplicate: What’s the right way to overload operator== for a class hierarchy? In
Possible Duplicate: What’s the difference between dynamic(C# 4) and var? What is the difference
Possible Duplicate: What’s the Right Way to use the rand() Function in C++? When
Possible Duplicate: What’s the best way to implement an ‘enum’ in Python? What is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.