C# Development with VS Code — Part 4: Productivity
Series Overview Getting Started — Installation, UI tour, Git integration Developing C# Apps — Extensions, editing, IntelliSense, NuGet Debugging — Breakpoints, configurations, attach to pro...
Series Overview Getting Started — Installation, UI tour, Git integration Developing C# Apps — Extensions, editing, IntelliSense, NuGet Debugging — Breakpoints, configurations, attach to pro...
Series Overview Getting Started — Installation, UI tour, Git integration Developing C# Apps — Extensions, editing, IntelliSense, NuGet Debugging (this article) — Breakpoints, configurations...
Series Overview This is a 6-part series on building a production-ready REST API with .NET: Project Setup, Contracts, and Controllers — Solution structure, contracts, repository pattern, contro...
Series Overview Getting Started — Installation, UI tour, Git integration Developing C# Apps (this article) — Extensions, editing, IntelliSense, NuGet packages Debugging — Breakpoints, confi...
Series Overview This is a 6-part series on building a production-ready REST API with .NET: Project Setup, Contracts, and Controllers — Solution structure, contracts, repository pattern, contro...
Series Overview This is a 6-part series on building a production-ready REST API with .NET: Project Setup, Contracts, and Controllers — Solution structure, contracts, repository pattern, contro...
Series Overview This is a 4-part series on productive C# development with Visual Studio Code: Getting Started (this article) — Installation, UI tour, Git integration, keyboard customisation ...
Series Overview This is a 6-part series on building a production-ready REST API with .NET: Project Setup, Contracts, and Controllers — Solution structure, contracts, repository pattern, contro...
Series Overview This is a 6-part series on building a production-ready REST API with .NET: Project Setup, Contracts, and Controllers — Solution structure, contracts, repository pattern, contro...
The Problem with Python on macOS macOS ships with a system Python, but you should never use it for development. It’s there for the operating system’s own tools, and modifying it can break things. ...