- 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.
- C++案例趣學
- Reporting with Visual Studio and Crystal Reports
- JavaScript語言精髓與編程實踐(第3版)
- Instant Typeahead.js
- aelf區塊鏈應用架構指南
- Mastering Yii
- Learning AndEngine
- 自然語言處理Python進階
- 青少年學Python(第1冊)
- Access 2010數據庫應用技術(第2版)
- 學習OpenCV 4:基于Python的算法實戰
- IBM Cognos TM1 Developer's Certification guide
- Python趣味編程與精彩實例
- Offer來了:Java面試核心知識點精講(框架篇)
- C#網絡編程高級篇之網頁游戲輔助程序設計