Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 736 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 736 Bytes

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