Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you believe that ASP.Net MVC is ready for production?

Tags:

asp.net-mvc

I really like the fact that Microsoft has taken a commitment to bring MVC to the Web. To this end, I have become excited about converting one of my existing ASP.NET apps to MVC and wanted to know if I may be jumping the gun. While this site is using MVC, it's still technically in beta...what are your thoughts?

like image 548
mwilkes Avatar asked Sep 22 '08 15:09

mwilkes


3 Answers

From Preview 5 to RTM, there will be less and less breaking changes. So if the concern is how much churn your project will face, it shouldn't be as bad as it was with earlier releases.

If the concern is support, we do ship the source code and you're allowed to modify (but not redistribute) the source for your own needs. In most cases, we've heard from customers that they didn't have to change the source to work around bugs, instead opting to use our extensibility hooks.

like image 130
Haacked Avatar answered Oct 23 '22 21:10

Haacked


Since Stack Overflow is written in asp.net mvc and it's in production, it looks like it's production ready :)

like image 38
Alan Avatar answered Oct 23 '22 23:10

Alan


Yes, it is built on the foundation of ASP.NET (caching, authentication, etc) so it isn't having to deal with rewriting/stabilizing all those lower level pieces.

I have it in production and it has been very solid from a runtime perspective.

like image 32
Chris Sutton Avatar answered Oct 23 '22 23:10

Chris Sutton