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 ...
Exception handling is the technique of handling runtime errors in an application. Asynchronous programming allows us to perform resource-intensive operations without the need for blocking on the main ...
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 ...
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 ...