Reputation: 843
Is there any way to create an asp.net core mvc (model-view-controller web application) based on version 2.0 of asp.net core mvc in visual studio 2015?
I want to create an asp.net core mvc version 2.0 because i have heard there are many changes in this release. vs2017 runs too slow and laggy on my computer so i would like to find a way to create my project under vs2015. I have tried to find a way to install it's libraries but i couldn't because i'm actuality trying to learn it. I have also read this question in stackoverflow but it turns to me that he wants to migrate a project and not to start a new project, so my question differs from that question in this point that i want to create a new asp.net core 2.0 mvc project from scratch but he has tried to migrate an existing project.
Upvotes: 2
Views: 2405
Reputation: 843
Searching more and more ways to my end, I concluded to use Microsoft Visual Studio Code and .NET Core 2.0.0 SDK alongside With C# Extension For Visual Studio Code. This is a very simple and light weight playground to develop Asp.net Core 2.0 apps both in windows and Linux operating systems.
for a comprehensive tutorial to installing and developing core 2.0 apps is vsCode see Create an ASP.NET Core MVC app with Visual Studio Code
Upvotes: 2