Is it possible to build ASP.NET MVC applications in VS 2010 B1?

Is it possible to build ASP.NET MVC applications in VS 2010? What do I need to do to enable the Create View, Create Controller magic?

0


a source to share


3 answers


Phil Haack talks about this in his latest blog post.



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

+7


a source


Unfortunately, you have to wait .



+1


a source


Even if it was possible, there is no point in using an unreleased product. It is enough to redo the work from MVC to the beta version, then to RC1. Who knows what changes VS release will bring?

I heard they promised support in Beta 2.

ASP.NET MVC for Visual Studio 2010 Beta 1

0


a source







All Articles