- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 226字
- 2021-07-08 09:39:04
Visual Studio 2017
Visual Studio 2017 is the latest version of VS at the time of writing. It supersedes VS 2015 and unfortunately drops support for some versions of Windows. For example, it still supports Windows 7, but the installer will refuse to run on Windows 8. This is because 8.1 is considered a service pack for 8 and you are strongly encouraged by Microsoft to upgrade to 8.1. However, Microsoft will encourage you even more strongly to upgrade to Windows 10, some would say too strongly:

The Long-Term Service Branch (LTSB) of Windows 10 is similarly listed as not supporting Visual Studio. However, the installer won't actually refuse to run and everything will work fine.
In newer versions of VS 2017, the .NET Framework can be shipped separately to the IDE, and you can install additional ones (such as .NET Core 2.0) to enable their use in the IDE. VS 2017 also supports debugging in a container so that you can run your code in a Linux VM while still stepping through it from Windows.
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Microsoft Dynamics 365 Extensions Cookbook
- 羅克韋爾ControlLogix系統應用技術
- JavaScript+jQuery開發實戰
- OpenCV for Secret Agents
- Mastering Apache Spark 2.x(Second Edition)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Python數據結構與算法(視頻教學版)
- C#應用程序設計教程
- C# and .NET Core Test Driven Development
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- IBM RUP參考與認證指南
- Mapping with ArcGIS Pro
- Python面向對象編程(第4版)
- Python程序設計:基礎與實踐