.NET Core installation guide

 

.NET Core installation guide

 

1.Download Visual Studio 2015

    Make sure you have Visual Studio 2015 Update 3 installed.app

    Download Visual Studio 2015 with Update 3

    Or just download Visual Studio 2015 Update 3 if you already have Visual Studio 2015 installed.ide

2.ui

         Install the .NET Core tools preview for Visual Studio

         .NET Core tools add support for .NET Core projects in Visual Studio 2015.debug

          Download .NET Core 1.0.1 tools Preview 23d

3.rest

  Create a new .NET Core project

  Click on File / New project and select the project template C# / .NET Core / Console application (.NET Core).code

    

4.blog

   Add some code

    Write some code in your Main method.get

  

5.cmd

   Run your application

   Click on the menu item Debug / Start debugging to launch and debug your new .NET Core application from Visual Studio.

   

 

 

 

3.1.2 簡單的運行結果

 

打開cmd,依次輸入mkdir .project(建立目錄),cd .\.project(進入目錄),dotnet new(新建初始項目),dotnet restore(還原依賴),dotnet run(運行)便可運行第一個Hello World程序

相關文章
相關標籤/搜索