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 ...
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 ...
What are we going to do with all this Visual Basic? If you’re a project manager with a portfolio of Visual Basic applications to maintain, that’s no idle question. Microsoft’s newest version of its ...
Since their introduction in 2002, Microsoft’s pair of .NET programming languages, C# and Visual Basic.NET, have been close siblings. Although they look very different—one uses C-style braces, brackets ...
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 ...
Premature optimization may be the root of all evil, but these tools will make sure your code is clear, clean and secure. Testing your application before shipping is an important part of the ...