Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Direct download link to ASP.NET MVC 5 for VS 2012 [closed]

I'm looking for a direct link to ASP.NET MVC 5 install package for Visual Studio 2012, in downloads of asp.net i found only packages with Azure, but i need package without it.

like image 326
alexmac Avatar asked Oct 26 '13 15:10

alexmac


People also ask

What happened to ASP.NET MVC 5?

ASP.NET 5 was EOL'd and rebranded as ASP.NET Core and it includes the functionality of "ASP.NET MVC 5" built-in. ASP.NET Core 1 and ASP.NET Core 2 can run on either . NET Core (cross-platform) or . NET Framework (Windows) because it targets .

Is ASP.NET MVC 5 Open Source?

ASP.NET MVC is a web application framework developed by Microsoft that implements the model–view–controller (MVC) pattern. It is no longer in active development. It is open-source software, apart from the ASP.NET Web Forms component, which is proprietary.

How do I add a view in Visual Studio 2012?

In the project, add a view template that you can use with the Index method. To do this, right-click inside the Index method and click Add View. The Add View dialog box appears.

What is the latest version of ASP.NET MVC?

ASP.NET Core MVC 3.1. 1 released on 14 January 2020 is the latest ASP.NET MVC version.


1 Answers

Per this Stackoverflow answer, and one of the responses to this Razor Intellisense bug, Microsoft does not plan on shipping tooling for VS2012 and MVC5 until November 2013.

UPDATE

Per IT Hit WebDav's comments, I wanted to update that Microsoft has released ASP.NET and Web Tools 2013.1 for VS2012.

like image 60
JasCav Avatar answered Oct 18 '22 16:10

JasCav