Transactional Outbox in .NET Cloud Native Development via Aspire

1 · Nikiforov Alexey · March 30, 2024, 11:35 a.m.
Table of Contents: TL;DR Introduction to Outbox Pattern Implementation of the Outbox Pattern Introduction to DotNetCore.CAP Example Adding Aspire Provision Infrastructure Configure for Local Development Demo Locally Azure Outbox Tables Cleanup Conclusion References TL;DR This post provides an example of the Outbox pattern implementation using Aspire, DotNetCore.CAP, Azure Service Bus, Azure SQL, Bicep, and azd. Source code: https://github.com/NikiforovAll/cap-aspire Introduction ...