Visual Studio Code just released its November 2025 update, version 1.107. There are more improvements for AI coding agents and TypeScript support, but I'm mostly excited about another change: a much ...
Visual Studio Code is a free, lightweight but powerful source code editor that runs on your desktop and on the web and is available for Windows, macOS, Linux, and Raspberry Pi OS. It comes with ...
Choosing between Visual Studio Code and Visual Studio may depend as much on your work style as on the language support and features you need. Here’s how to decide. For decades, when I got to work in ...
The ConcurrentDictionary provides the most efficient (and safest) way to shared named values between asynchronous processes with several powerful methods. But the best advice might be to avoid ever ...
About three years ago Microsoft released a new source code editor for Windows, Linux, and macOS. This was named Visual Studio Code. It is way lighter IDE than various editions of the legendary Visual ...
Eric Vogel goes over a few C# 6.0 language improvements that will help make your coding experiences more concise. C# 6.0 is slated for official release with Visual Studio 2015 later this year. As of ...