Saturday, March 11, 2017

Starting with Asp.Net Core using Visual Studio

In this post I will show you Starting with Asp.Net Core 1.1 using Visual Studio 2015 Update 3
Previously I had shown How to...
MVC: 
Output:

















As the output shows...

  • You can Install latest Visual studio 2017 from HERE or.
  • If Visual Studio 2015 with Update 3 is not installed Download from HERE.
  • If Visual Studio 2015 is installed with out update 3 then update it with Update 3 from HERE.

Ones VS 2015 update 3 or above is installed, Now Install .Net Core SDK 1.1.1 from HERE
Now Download DotNetCore.1.0.1-VS2015Tools.Preview2.0.3
Ones they are done Open VS 2015 and create a new project and you will see the above screen.
Then select .Net Core in the left pane and in the middle pane select Asp.Net Core Web App.































No comments:

Post a Comment