Fire-and-forget in C# lets async methods run independently, but improper handling can cause unobserved exceptions. Learn how to implement safe fire-and-forget using best practices and the AsyncAwaitBestPractices NuGet package to improve reliability and prevent crashes in your applications.
Category: csharp
c# async/await
C# async/await simplifies asynchronous programming, making code more readable and efficient. Learn how to use async methods, handle exceptions, and follow best practices to improve performance. Master asynchronous execution in .NET and write scalable, responsive applications with ease.
Correlation ID header, the facts, the truth
Ever heard about the Correlation ID header ? Or even think about a way to aggregate your logs amongst multiple systems ? Here is a right place to get some explanation on what is the Correlation ID and what is it used for. Correlation ID, what is it for and why ? In the past, we were used to think…