Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users. It's no secret that I believe documentation is a crucial element of ...
What if the tools you’ve relied on for years suddenly became something entirely different? That’s the reality developers are waking up to as Visual Studio Code, once heralded as a lightweight and ...
Some of the big updates in this update pertain to accessibility. If you’re a screen reader user, Microsoft has made the editor and terminal more compatible with readers. Additionally, Microsoft has ...
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 ...
Microsoft’s new C# Dev Kit extension for Visual Studio Code turns the programmer’s editor into a complete development environment for .NET. Microsoft’s Visual Studio is its primary development ...
Back in the day, we'd write some code, compile, execute, see what happened and repeat. That was testing. (Sometimes that's still what testing looks like, for better or worse.) Today, we can do a lot ...