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 why you may need a distributed lock and how you can create a distributed lock using PostgreSQL.
This post describes importance of passing a single correlation id across requests in microservices and how we an achieve this in .NET.
This post describes how we can render an Enumeration class as an Enum type in client code with NSwag by implementing Swagger ISchemaFilter.
The post describes the issues with Collection integrity in DDD and how we can use ImmutableList to avoid manipulating collections outside the Domain.
Creating a client library for your Rest service can help your clients consume your Rest API. But is it a silver bullet to every problem?