Hi All! Today I want to talk a bit about a pet project of mine I’ve been working on in the last few weeks. I called it OpenSleigh, it’s a Saga management library for .NET Core.

Read the full article here: https://www.davideguida.com/opensleigh-a-saga-management-library-for-net-core/
Can somebody point me some hello-worldish example of using Saga in modern C# / NET .Core?
e.g two “microservices” or instances or totally different APIs that that work “under” Saga

It’s called Orchestration in official ms terms fyi ( eg. EshopOnContainers)
There is a small sample with a Console app in the repository, but I’ll add more in the next days
This looks awesome! Great job
Thanks!

Would be interesting with Persistence.DynamoDB and Transport.SQS
Interesting indeed! I’ll add to the pipeline. I’m planning on adding more packages once the core is 100% stable and has full coverage

source