- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 219字
- 2021-07-02 20:52:31
Install .NET Core SDK
Open the .NET Core (https://www.microsoft.com/net/core/preview) website to download the SDK as per your platform of choice. At the time of writing, .NET Core 2 Preview 2 was available.
For the Windows environment, .NET Core 2.0 SDK can be installed in two ways:
- .NET Core 2.0 and Visual Studio Tooling: During Visual Studio 2017 installation, an option is provided to install required tooling or .NET Core SDK can also install them. CLI gets installed along with this.
- .NET Core 2.0 SDK for Windows: This is the CLI mode of working with .NET Core applications.
To work with code, you can also install a text editor like Visual Studio Code. It's a lightweight code editor developed by Microsoft for Windows, Linux, and macOS. It can be downloaded from https://code.visualstudio.com/. Other text editors like Vim, Atom, and Sublime can also be used.
For a non-Windows machine, an appropriate .NET Core SDK (refer to this link for your OS of choice: https://www.microsoft.com/net/core/preview) and Visual Studio Code (recommended) for working with code should be installed.
- JavaScript前端開發模塊化教程
- .NET 4.0面向對象編程漫談:基礎篇
- 跟老齊學Python:輕松入門
- VMware vSphere 6.7虛擬化架構實戰指南
- C語言程序設計
- Building Mapping Applications with QGIS
- SAS數據統計分析與編程實踐
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Java Web程序設計任務教程
- 第一行代碼 C語言(視頻講解版)
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Java并發編程:核心方法與框架
- Instant Zurb Foundation 4
- 貫通Tomcat開發
- Android移動應用項目化教程