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?
- Go with it. You'll be extremely lucky if you get the amount of traffic this site is getting.John Sheehan– John Sheehan2008-09-22 15:49:46 +00:00Commented Sep 22, 2008 at 15:49
- How many different ways is this question going to be asked?MotoWilliams– MotoWilliams2008-09-22 21:53:30 +00:00Commented Sep 22, 2008 at 21:53
4 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.
Comments
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...