In this article, we will explore how to intentionally create a race condition, analyze why it happens, and demonstrate the best ways to properly simulate a race condition in C#. …
Blog Posts
In this post, we will delve into the core principles and guidance of the Well-Architected Frameworks (WAF) of Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). We’ll highlight the pillars that form the foundation …
Custom tools are a reflection of the developer's ingenuity, problem-solving skills, and deep understanding of the project's unique demands. …
Simple Event-Sourcing with EF Core and SQL Server …
Learn how to send Microsoft Teams self-messages using Graph SDK in a .NET 6 console application with this step-by-step tutorial. …
Explore the importance of unit testing in software development and learn how it improves code quality, saves time, and prevents catastrophic failures like the London ambulance dispatch system incident. …
After many long and painful debugging sessions, the sight of optional parameters in method declarations are accompanied by a despicable code smell the equivalent of a rotten egg, until proven otherwise. …