Visual Studio 15.9 [Real × TIPS]
Build and deploy (F5) speeds were significantly optimized, particularly for remote debugging using Windows authentication.
vs_enterprise.exe --layout c:\VS2017Offline --lang en-US
Since 15.9 is no longer the "current" version, you may face friction with modern tools. visual studio 15.9
: If you plan to build for ARM64, you must manually select the "Visual C++ compilers and libraries for ARM64" component in the individual components tab of the installer. 2. Building ARM64 Applications
Whether you are maintaining legacy enterprise applications or optimizing modern C++ workflows, 15.9 represents the most stable and feature-complete version of the 2017 IDE. Build and deploy (F5) speeds were significantly optimized,
: For Win32 C++ projects, open the Configuration Manager , add a new Active solution platform , name it ARM64 , and copy settings from the x64 or ARM configuration.
: At a minimum, you need 4 GB of RAM , though 16 GB is recommended for professional development. : At a minimum, you need 4 GB
Developers who need preview features can manually enable "Use previews of the .NET Core SDK" under Tools > Options > Projects and Solutions > .NET Core . 3. C++ Conformance and Performance
Visual Studio 15.9 is the native home for .NET Core 2.1 projects. While you can edit these in newer IDEs, the development experience (debugging and IntelliSense) for .NET Core 2.1 is most native to this environment.