- 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).
推薦閱讀
- 精通Nginx(第2版)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 精通網絡視頻核心開發技術
- PySide GUI Application Development(Second Edition)
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Linux Device Drivers Development
- Web Development with MongoDB and Node(Third Edition)
- 0 bug:C/C++商用工程之道
- Python大學實用教程
- JavaScript+jQuery網頁特效設計任務驅動教程
- Delphi開發典型模塊大全(修訂版)
- Node.js從入門到精通
- After Effects CC技術大全
- 金融商業數據分析:基于Python和SAS
- Java程序設計教程