Using ASP.NET 5 with Visual Studio 2013 Community Edition

I am interested in evaluating ASP.NET 5. I have installed Visual Studio 2013 - Community Edition. Now I am trying to follow the example here . This example uses Visual Studio 2015 Preview. Is there a Visual Studio Template for ASP.NET 5 for Visual Studio 2013 - Community Edition?

I can not find him.

Thanks for your help!

+3


source to share


2 answers


ASP.NET 5 (vNext) is not supported in Visual Studio 2013. If you want to test ASP.NET 5, you must install Visual Studio 2015 .

Another option is to test ASP.NET 5 on a Mac or Linux machine . I was able to get it to work on Mac without too much hassle, and the Intellisense in Sublime Text was really cool.



Or, as Viktor Khurdugachi points out , you don't need Visual Studio for Windows at all to run ASP.NET 5. The OmniSharp project contains Visual Studio alternatives and instructions for setting them up.

+4


source


You can develop Asp.net 5 / Asp.net core using Visual Studio Code without installing VS2015



0


source







All Articles