Do you believe that ASP.Net MVC is ready for production? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T22:25:03Z http://stackoverflow.com/feeds/question/115634 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/115634/do-you-believe-that-asp-net-mvc-is-ready-for-production 7 Do you believe that ASP.Net MVC is ready for production? mwilkes 2008-09-22T15:42:59Z 2008-09-22T19:05:56Z <p>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?</p> http://stackoverflow.com/questions/115634/do-you-believe-that-asp-net-mvc-is-ready-for-production/115646#115646 6 Answer by Alan for Do you believe that ASP.Net MVC is ready for production? Alan 2008-09-22T15:44:27Z 2008-09-22T15:44:27Z <p>Since Stack Overflow is written in asp.net mvc and it's in production, it looks like it's production ready :)</p> http://stackoverflow.com/questions/115634/do-you-believe-that-asp-net-mvc-is-ready-for-production/115661#115661 0 Answer by muloh for Do you believe that ASP.Net MVC is ready for production? muloh 2008-09-22T15:46:15Z 2008-09-22T15:52:38Z <p>I re-coded my site using the Preview 5 of ASP.NET MVC and I completely fell in love with it. I would not, however, convert any existing applications to it until it's in Go-Live. Too much could possibly change...</p> http://stackoverflow.com/questions/115634/do-you-believe-that-asp-net-mvc-is-ready-for-production/115667#115667 1 Answer by Chris Sutton for Do you believe that ASP.Net MVC is ready for production? Chris Sutton 2008-09-22T15:47:21Z 2008-09-22T15:47:21Z <p>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.</p> <p>I have it in production and it has been very solid from a runtime perspective.</p> http://stackoverflow.com/questions/115634/do-you-believe-that-asp-net-mvc-is-ready-for-production/116821#116821 7 Answer by Haacked for Do you believe that ASP.Net MVC is ready for production? Haacked 2008-09-22T19:05:56Z 2008-09-22T19:05:56Z <p>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.</p> <p>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.</p>