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

https://github.com/adshan/dotnet-saga-pattern

Implement Saga Pattern using NServiceBus to coordinate related actions efficiently.
https://github.com/adshan/dotnet-saga-pattern

dotnet nservicebus saga-pattern

Last synced: 10 months ago
JSON representation

Implement Saga Pattern using NServiceBus to coordinate related actions efficiently.

Awesome Lists containing this project

README

          

# dotnet-saga-pattern
Demonstração da utilização do pacote NServiceBus na implantação do padrão Saga em uma aplicação .NET cuja necessidade é realizar uma série de ações e garantir a integridade dessas.

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.

# Sobre
Este projeto foi desenvolvido por Anderson Hansen.