Using Azure Cosmos persistence with NServiceBus
This post explains how you can use NServiceBus and Azure Cosmos DB persistence together for scalability and reliability.
The story of my experiments with code
This post explains how you can use NServiceBus and Azure Cosmos DB persistence together for scalability and reliability.
This post talks about a bug in Rider and Roslyn analyzers when we refactor the switch-case to switch expression with Nullable default type.
This post explains the pain-points of updating schema in NoSQL and how you can update Cosmos DB schema using custom JSON serializer.
This post explains how you can use custom JSON serializer settings with Cosmos DB using Newtonsoft JSON and System.Text.Json.
In this post, I have explained an opinionated way to achieve consistent error handling for your ASP.NET Core through Error response object.
In this post, I have explained how you can load a certificate through code in Azure App Service for Linu
This post talks about why you may need a distributed lock and how you can create a distributed lock using PostgreSQL.
This post explains how can create a simple scheduler using .NET BackgroundService without using external libraries or serverless functions.
This post is the first of my new series on JSON:API for .NET developers. JSON:API has been around for a while but has not been widely known in the .NET world.