November 21, 2022May 21, 2024.Net Core, C# Add resilience to .NET applications in 3 simple steps Modern applications often depend on resources and services from other services or systems, that may be hosted on the cloud, on a […]
November 7, 2022May 21, 2024.Net Core, C# Implement your own correlation ID in .Net core in a few simple steps Cover image by Gerd Altmann from Pixabay The correlation ID is a unique identifier that is added to the incoming request to […]
November 2, 2022May 21, 2024.Net Core, C# Building NetCore Console Application with Logging and Dependency Injection In this article, we will create a simple console application with .Net dependency Injection and Serilog. Create a Dotnet console application, either […]