Top 20 NuGet Packages
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
A generic state-machine framework, with support for active/passive machines, exposed events and rich exception handling.
Finite state machine with fluent syntax. i.e.
public class DefineAuthenticationState2 : StateDefinition<AuthenticationState>
{
public override void Define(IStateFromBuilder<AuthenticationState> builder)
{
builder.From(AuthenticationState.Unauthenticated).To(AuthenticationState.Authenticated)
...
A wrapper for the stateless library to add conditions, persistency and actions to classes.
This package adds expression support to stateflow.
A wrapper for the stateless library to add conditions, persistency and actions to classes.
This package adds fields support so you can add flexible fields to a work flow item.
A simple abstraction library for asynchronous state persistence and retrieval. Provides an asynchronous facade of common .NET data structures: Object, Array, List, Stack, Queue and Dictionary
Frequent use of stateful Models for M-V-Whatever. example,synced - ObservableCollection etc.
Objectflow is a library for creating simple, lightweight workflows for .NET applications
Package Description
A workflow wrapper for the Stateless library that includes persistence, retries, and workflow suspension.
Package Description