Info
Version: | 1.0.0.3 |
Author(s): | Alexander Mantzoukas |
Last Update: | Wednesday, May 11, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.msd.am/chains/ |
NuGet Url: | https://www.nuget.org/packages/Chains |
Install
Install-Package Chains
dotnet add package Chains
paket add Chains
Chains Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 4.5.11)
Tags
It is the base for modules as micro-services.
There are two concepts: The chains and the actions.
The chains act like a state machine representation of the class, holding a context, which actions can be applied. While actions are applied either the data or context returned might change.
Using common patterns over this methodology small components can be build that can be easily testable and injectable through each other.
(Check the examples at the project link)
Supports Mono.