Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 985
Abdul Avatar asked Jan 03 '14 07:01

Abdul


People also ask

Is ASP Net available in Visual Studio 2010 MVC?

ASP.NET MVC 4 provides a Model-View-Controller (MVC) framework for developing Web applications using Visual Studio 2010 SP1 or Visual Web Developer 2010 SP1.


1 Answers

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

like image 51
LockTar Avatar answered Sep 17 '22 00:09

LockTar