AMVSoftware / NSaga

Simple Saga Management library for .Net
MIT License
118 stars 19 forks source link
mediator messages sagas

NSaga

Lightweight Saga management framework for .Net. Provides an easy way to create sagas in your application. A Saga is a long-running operation or a transaction; Sagas have dependencies and state. NSaga provides you with easy means to inject dependencies and persist saga state.

Please read more on how to use this framework in Documentation.

Samples can be found in NSaga.Samples

Build status NuGet version