ASP MVC RTM on Visual Studio 2010 - asp.net-mvc

If I use the ASP MVC 4 Beta with VS 2010, when the RTM comes out will I be able to use it with VS 2010, i.e not be forced to upgrade to VS 11?

When released ASP.NET MVC 4 will be available for VS 2010.

Nobody knows for sure, but I would say yes, however there may be tools in the RTM that will not be available in the 2010 release. Feature wise I can't see any issues.

Related

MVC4 template not showing in Visual studio 2010, though MVC4 is installed

I have visual studio 2010 ultimate and MVC frameworks installed however when I open Visual studio it doesn't shows me new MVC templates, I have tried repairing (from control panel) and installation of all the above MVC frameworks, the .NET framework is 4.0
Do someone knows how to solve this issue?
Have you tried ASP.NET MVC 4 for Visual Studio 2010 SP1 and Visual Web Developer 2010 SP1? http://www.microsoft.com/en-au/download/details.aspx?id=30683
It was a mistake of my own, I was not selecting the correct .NET Framework, when I selected the .NET Framework 4, I got the MVC 4 as well as other project templates
answering so that others do not make this mistake.

Does Visual Studio 2010 support MVC 5?

My question is can we develop an application in Visual Studio 2010 using MVC 5?
If yes, please also mention the tutorial or sample code url with your answer.
If no, then please specify the requirements of MVC 5 to build an application with it?
No it isn't possible. You need Visual Studio 2012 and I thought .NET 4.5 at least. See the upgrade notes for detail information http://www.asp.net/mvc/tutorials/mvc-5/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2
You need VS 2012 or above to have MVC5 support.
From the EF Blog
Compatibility
This version of the NuGet package is fully compatible with Visual
Studio 2010 and Visual Studio 2012 and can be used for applications
targeting .NET 4.0 and 4.5.
Some features are only available when writing an application that
targets .NET 4.5. This includes enum support, spatial data types,
table-valued functions and the performance improvements.
I was able to add EF5 to an MVC4 project through NuGet. You can certainly use MVC 4, you just won't get all the new features unless you're on VS2012.
Difference MVC3 VS MVC4

VS 2010 with MVC 4

I have vs 2010 Express but I can't find MVC 4 projects type on it ! any help please to add this feature or something ?
I have vs 2010 Express but I can't find MVC 4 projects type on it !
That's normal. ASP.NET MVC 4 comes with VS 2012. You could install it separately though from this link if you want to use it with VS 2010.
You should install visual studio 2010 Ultimate.
MVC4 comes with Visual Studio 2012. For updates and to use Web API, SignalR, Facebook Applications, etc., you need to install the ASP.NET Fall 2012 Update, presented by Scott Hanselman.Here is a link ASP.NET Fall 2012 Update Release Candidate.

What parts of ASP.NET MVC3 will I be missing out on in VS2008?

According to the MVC3 download page, ".NET 4, ASP.NET 4, Visual Studio 2010 or Visual Web Developer 2010 are required to use certain parts of this feature."
What will I be missing out on if I'm still using VS2008? Should I stick with MVC framework 2?
According to the original answer by Scott Gu, ASP.NET MVC 3 requires VS 2010 or Visual Web Developer 2010 Express
http://weblogs.asp.net/scottgu/archive/2010/11/11/a-few-quick-asp-net-mvc-3-installation-notes.aspx
As .NET 4 is necessary for MVC 3, the support for VS2008 is almost impossible.
MVC3 requires .net 4, to develope with .net 4 you need Visual Studio 2010.
So to answer your question as long as you are using VS 2008, you need to stick with MVC2.

Asp.net MVC 2 on Visual Studio 2010?

Anybody have asp.net mvc 2 running with visual studio 2010?
Is it as easy as referencing the output of the mvc 2 source code?
Visual Studio 2010 Beta 2 will include asp.net MVC 2 Preview 2. Scott Gu confirmed this in Manchester/London, England last month.
Also Preview 1 is supported in 2010 - I've got it installed, Phil Haack had a release (it's 1.0; but says 1.1 to get it to work in 2010. see here:
http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28527
Roll on 2010!
ASP.NET MVC 2 (Preview 1) is not supported in VS 2010 Beta 1. Beta 2 will include it (not sure which Preview).

Resources