Visual Studio Navigation & Shortcuts Visual Studio (the full Microsoft IDE — not VS Code) has hundreds of keyboard shortcuts. Mastering the navigation shortcuts eliminates mouse dependency and dramatically speeds up code…
ReadVisual Studio Debugging & Diagnostics Visual Studio has the most powerful .NET debugger available. Conditional breakpoints, Edit and Continue, the Diagnostic Tools window, and IntelliTrace collectively cover debugging, p…
ReadNuGet & Project Management NuGet is the .NET package manager. Modern SDK-style .csproj files are lean and composable. Understanding solution structure, project references, and global tooling like Directory.Build.props is…
ReadTesting & Extensions Visual Studio's Test Explorer, Live Unit Testing, and Code Coverage tools provide a first-class testing experience. The extension marketplace adds capabilities from code quality tools to AI assistant…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever