- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 86字
- 2021-07-08 09:39:06
Installing .NET Core 2
Run the .NET Core SDK package to launch the installer, then follow the wizard:

You should now be able to open a terminal and type dotnet to use command-line tooling. For example, type dotnet --version to see which edition of .NET Core you are using.
You can use the default shell that comes with the macOS Terminal, or you can use an alternative, such as the Zsh shell. You can manage this with the Oh My Zsh project, which also supports Linux.
推薦閱讀
- Designing Machine Learning Systems with Python
- Linux C編程:一站式學習
- Django 5企業級Web應用開發實戰(視頻教學版)
- Qt 4開發實踐
- Robot Framework Test Automation
- Solr權威指南(下卷)
- 現代C++語言核心特性解析
- Practical Responsive Typography
- Python面向對象編程(第4版)
- Microsoft XNA 4.0 Game Development Cookbook
- Java程序性能優化實戰
- Advanced C++
- 深入理解Android:WebKit卷
- WCF 4.5 Multi-Layer Services Development with Entity Framework(Third Edition)
- OpenCL異構并行計算:原理、機制與優化實踐