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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-saga-pattern
- Owner: AdsHan
- License: mit
- Created: 2023-06-24T21:24:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:46:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T09:14:55.963Z (about 1 year ago)
- Topics: dotnet, nservicebus, saga-pattern
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.