I´d like to know what is the best option to develop an auction site like Ebay with ASP .NET 4.0:
- MVC 2.0
- WebForms
I only worked with WebForms, but I have time to learn MVC if is the best option…
What you think?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
This article http://www.lostechies.com/blogs/chad_myers/archive/2009/04/27/to-mvc-or-to-webforms.aspx has good arguments why you would want to use MVC over WebForms. You can read through the 4 bullet points and if they don’t bother you then WebForms will be fine.
In a nutshell.
PostBacks.
WebForms might not be OO enough for
you.
If you anticipate a high volume site then not having ViewState and being able to unit test should be important to you.