Sunday, April 13, 2014

ASP.NET MVC5 within Visual Studio 2012

So this article we will cover how to go about creating and using ASP.NET MVC5 applications within Visual Studio 2012 .

In November of this year, the .NET team released the ASP.NET and Web Tools 2013.1 Update for Visual Studio 2012. I wish I could say the steps necessary to integrate MVC5 into Visual Studio 2012 were more complicated than simply downloading this, but they aren’t.
You can download the update itself from the link provided below:

Download the ASP.NET and Web Tools 2013.1 Update for Visual Studio 2012 here!

You’ll find that after installing the update and restarting Visual Studio 2012, you’ll be able to create a new ASP.NET MVC5 application through Visual Studio 2012 :

After installing the update, you'll see that MVC5 is now available in Visual Studio 2012.
After installing the update, you’ll see that MVC5 is now available in Visual Studio 2012. 
The update not only provides the necessary foundation for creating MVC5 applications, but it features the following additional improvements as well:
  • Scaffolding
  • ASP.NET Identity
  • One ASP.NET
  • Bootstrap
  • Attribute Routing
  • Filter Overrides
So if you are a bit hesitant to give Visual Studio 2013 a try, but you want to play around with some of the newer features and development templates that it provides, I would recommend downloading and checking out this update.
For more Details:

How to Upgrade an ASP.NET MVC 4 and Web API Project to ASP.NET MVC 5 and Web API 2  

Click here (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)



Refrence:
1. http://www.asp.net

2.  http://www.codeproject.com

No comments:

Post a Comment