Is it possible to create ASP.NET MVC applications in VS 2010? What should I do to enable 'Create View', 'Create Controller' magic?
+6
A:
Phil Haack talks about this in his latest blog post.
http://haacked.com/archive/2009/05/18/aspnetmvc-vs2010-beta1.aspx
Lunchy
2009-05-19 13:16:53
A:
Even if it were possible, makes no sense to use unreleased product. There was enough work migrating from MVC to beta, then to RC1. Who knows what changes the release of VS will bring?
I heard they promised support in Beta 2.
User
2009-05-19 13:17:57
I'm not sure I understand this logic. Given that MVC 1.0 is a released product, why should it really matter that you might be using a beta of Visual Studio to develop it? I guess you might have to manually edit some project files down the road in the worst-case scenario, but it's possible that the benefits of using a beta tool could outweigh this future pootential hassle.
Chris Farmer
2009-05-22 17:01:15