- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 134字
- 2021-07-08 09:39:04
Installing .NET Core 2
If the VS installer does not include the version of .NET Core that you want to work with, then you can install it separately. Download the installer from the Core website and execute it. The reason that the SDK is decoupled from the main VS installation is so that it can be iterated on in a faster way. You will get a stable version shipped with VS, but it may be a little dated:

The .NET Core command-line tools include telemetry turned on by default. This means they report analytics information back to Microsoft, but you can disable this by setting an environment variable. Visual Studio and VS Code also send telemetry by default, but this can be disabled via the UI (or editing the JSON configuration in VS Code).
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Instant Node Package Manager
- Learn Blockchain Programming with JavaScript
- Visual Studio 2012 Cookbook
- PyTorch自動駕駛視覺感知算法實(shí)戰(zhàn)
- Nginx Essentials
- JSP開發(fā)案例教程
- Mastering Google App Engine
- Serverless架構(gòu)
- 微信小程序入門指南
- Learning AngularJS for .NET Developers
- C++寶典
- Mastering Akka
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- Android Development Tools for Eclipse