Architecture and process for the collection of domain events and their implementation for immediate publication through MediatR and their late publication through Transactional Outbox
The Common interfaces and base/shared components for the SqlTransactionalOutbox framework.
A lightweight library & framework for implementing the Transactional Outbox pattern in .Net with default implementaions for SQL Server & messaging via Azure Service Bus. Some of the key benefits offered are...
More information
The SQL Server outbox implementation of SqlTransactionalOutbox framework using the new Microsoft.Data.SqlClient libraries.
A lightweight library & framework for implementing the Transactional Outbox pattern in .Net with default implementaions for SQL Server & messaging via Azure Service Bus. Some...
More information
The Azure Service Bus publishing/messaging & receiving implementation of the SqlTransactionalOutbox framework.
A lightweight library & framework for implementing the Transactional Outbox pattern in .Net with default implementaions for SQL Server & messaging via Azure Service Bus. Some of the key...
More information