featured

Building Resilient Cloud Services with .NET 8

In the context of cloud services, failures are inevitable. These failures can arise from network outages, transient errors on the service...

Read more

All Stories

The Result Pattern

Handling exceptions in software development is a crucial aspect that can significantly impact the maintainability and performance of your...

Jul 9 · 3 min read >

Understanding Async and Await in .NET

Async and await keywords in .NET are widely misunderstood, often leading to misuse and confusion. A common misconception is...

Jul 4 · 5 min read >