Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET-5 in Visual Studio 2013

Can I create ASP.NET-5 projects in Visual Studio 2013 somehow? Also share please links with documentation, examples or anything that could help to create project using mvc6 that used to be on web api.

like image 674
Tatyana Avatar asked Jan 21 '15 13:01

Tatyana


People also ask

Is .NET 5 included in Visual Studio?

NET 5 is installed with Visual Studio 2019 16.11 or 16.9 or 16.7, depending upon the installed workloads. "Starting with the June 2022 servicing update for Visual Studio 2019 16.11 and Visual Studio 2019 16.9, the .

Can I use .NET Core in Visual Studio 2013?

Yes, it's possible to build against the . NET Core 5 contracts in Visual Studio 2013 by creating a Portable Class Library that targets . NET Framework 4.5 and Windows 8.

What is the .NET Framework for Visual Studio 2013?

NET Framework. Visual Studio 2013 provides enhanced support for prototyping, designing, and modeling and improved testing tools that let developers build Windows, web, and cloud applications.

Is ASP.NET the same as .NET 5?

ASP.NET Core 5.0 is based on . NET 5 but retains the name "Core" to avoid confusing it with ASP.NET MVC 5. Likewise, Entity Framework Core 5.0 retains the name "Core" to avoid confusing it with Entity Framework 5 and 6.


1 Answers

The simple answer is not. I'm pretty sure, vNext is such big change in Microsoft technologies that they will not put any effort in adding that vs2013, you can get vs2015 community edition is very complete free version of visual studio.

this link is very good starting point.

like image 114
Son_of_Sam Avatar answered Sep 20 '22 05:09

Son_of_Sam