An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/outboxpattern

Outbox Pattern in .NET
https://github.com/joaosouzaaa/outboxpattern

design-patterns microservices microservices-architecture outbox outbox-pattern solid

Last synced: 7 months ago
JSON representation

Outbox Pattern in .NET

Awesome Lists containing this project

README

          

# OutboxPattern

The goal of this project is to demonstrate a common microservices pattern, the Outbox pattern, by implementing it alongside the Unit of Work pattern and utilizing RabbitMQ as a message-broker.

# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- SQL Server
- xUnit
- Moq
- Docker
- RabbitMQ