views:

244

answers:

3

Is it possible to create ASP.NET MVC applications in VS 2010? What should I do to enable 'Create View', 'Create Controller' magic?

+1  A: 

Unfortunately, you have to wait.

Chris Shaffer
+6  A: 

Phil Haack talks about this in his latest blog post.

http://haacked.com/archive/2009/05/18/aspnetmvc-vs2010-beta1.aspx

Lunchy
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.

ASP.NET MVC For Visual Studio 2010 Beta 1

User
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