Domain Events, MediatR, and the Outbox Pattern in .NET Microservices.
When trying to build resilient and scalable microservices, I’ve often found myself grappling with the problem of ensuring consistency between in memory domain events and external communication such as messaging or database writes. In early attempts, ...
fullstackcity.com4 min read