Microsoft Visual Studio Community Reset All Settings Tools > Import and Export Settings > Reset all settings devenv-command-line-switches
Git Minimal .gitattributes for cross-platform projects # Ensure batch files always have the required crlf line endings *.bat eol=crlf # Ensure shell scripts always have the required lf line endings
Apache Maven Generate a project based on archetype mvn archetype:generate -Dfilter=<search string> Download Sources and Javadoc
Windows 11 Winget - Prevent Updates For Specific Package winget pin add --id <app.id> Disable Mandatory Internet Connection On Setup
C++ Install system-wide development libraries on Windows git clone https://github.com/Microsoft/vcpkg.git cd vcpkg bootstrap-vcpkg.bat vcpkg integrate install
Computer Networking High-level descriptions of computer network topics. Networking Protocols ARP (Address Resolution Protocol)
OAuth 2.0 Authorization Framework [https://oauth.net/2.1/][1] Authorization Framework. Specifically Built for HTTP APIs. Scoped API access.