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 3670728
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:24:02+00:00 2026-05-19T02:24:02+00:00

I am not starting an argumentative discussion here and this post is not about

  • 0

I am not starting an argumentative discussion here and this post is not about career development, but from the commercial point of view:
If a company was using ASP.Net MVC as a main methodology to build their web sites and application.
However, ASP.Net MVC takes more time to show a functional application than ASP.Net Web Forms, for example, building domain models would take some time which obviously can’t be represented on a UI at that current stage.

My question is, if a client wants to see a functional demo application (just a proof of concept) so he knows that the company he is dealing with is professional and capable of doing that. Would it be better to do that demo in ASP.Net Web Forms only to show the client, and then work on the real application using ASP.Net MVC? If not, what are the (quick) alternatives?, I mean, if we tell the client to wait till we have a working demo (by ASP.Net MVC) we may lose the client and the whole project opportunity.

  • 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-19T02:24:03+00:00Added an answer on May 19, 2026 at 2:24 am

    WebForms being faster than MVC is a myth:

    1. You are not required to have a domain model, just something that represents your database tables. This is the same in WebForms unless you are using SqlDataSource’s.
    2. The code in your !IsPostBack or btnSubmit_OnSubmit is almost identical to the HttpPost controller actions. Except with MVC you don’t have to write left to write object.FirstName = txtFirstName.Text when you understand how UpdateModel works.
    3. UI is UI. If you know HTML/CSS creating the UI is just as easy. Almost easier in MVC because you don’t have to set control properties any longer and all UI can be done in one place.

    Fast MVC comes from understanding how to get the most bang from your buck using EditorFor, DisplayFor templates. You’ll need to know and understand how to customize your Object.ascx file. With this technique under your belt you won’t have to create forms by hand anymore. 2 projects ago we had a site with 100% autogenerated forms. Change a class, change a form. Done!

    Another helpful MVC tool is the DataAnnotations attributes. Validation made easy. Customizing these is really easy too. Just create your own ModelMetaDataProvider and starting expanding the validations your application can handle.

    The only part of MVC that is slower is displaying a grid. MVC 3 already has a useful grid tool and MVCContrib has had a grid tool out for a year now. I ended up rolling my own, its very simple actually, loop through properties, write <td />‘s. < 200 lines of code. This isn’t really a benefit to WebForms either. To use WebForms grid components means giving up a lot of quality using ObjectDataSources and the like.

    To summarize fast MVC comes from these different techniques:

    • Object.ascx
    • ModelMetadataProviders
    • UpdateModel
    • DataAnnotations

    If you are more advanced and know ORMS like EntityFramework and how to use Automapper your probably going to be even faster.

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

Sidebar

Related Questions

Not sure what to call it, but a combined solution for starting servers/logging/consoles/development would
I was trying an exercise of deleting lines from a file not starting with
What am I doing wrong? FGallery is not starting in thumbnail view? FotosGalleryViewController *vc
Hi I am trying to run WSAD in Client login but its not starting
Before starting, I'm not asking about standard coding practice or etiquette. My question is
I'm starting out with MVC but not sure it's the best option. I need
Please note that this is not homework and i did search before starting this
In attempting to remove all filenames not starting with a particular substring from a
i am getting this error while starting OracleMTSRecoveryService : Could not start the OracleMTSRecoveryService
I had this problem with my Apache server not starting, because port 80 was

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.