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 ...
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 ...
Take advantage of guard clauses in C# to eliminate unnecessary nested constructs and branches and enhance the readability and maintainability of your application’s code. We always strive to write ...
When we build database-backed enterprise applications, we generally want to isolate our entity models, the DbContext, and the logic for database initialization and migration to maintain a clean ...
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 ...
The latest offering of Visual Studio contains many features. It has come a long way since it was released. Well, let’s just quickly dive in on how a beginner can get started with VS. So, first of all, ...
Visual Studio is an integrated development environment (IDE) developed by Microsoft that allows developers to create programs, apps, web apps and web services. The latest version, Visual Studio 2017, ...