Questions tagged [stateless-state-machine]

A C# Hierarchical State Machine. A simple library for creating state machines in C# code. Alias, "dotnet-state-machine"

33 questions
-1
votes
0 answers

Stateless and initializing the state machine in entities

I am investigating if using a state machine, like Stateless, can help improve our code. I am just starting to learn about it, so I apologize in advance if I should have been able to easily figure this out on my own. As I have looked at the…
Eric
  • 1,945
  • 3
  • 23
  • 33
-1
votes
1 answer

.NET Stateless a parallel workflow / long parallel background process

I have a stateMachine where I need to download a huge amount of data in the background at State.LoadingOrderInfos. While my application is downloading the stuff (in the background), the operator should work on and go through the next states. At…
Dominic Jonas
  • 4,717
  • 1
  • 34
  • 77
-3
votes
1 answer

State machines everywhere?

After learning about state machines, I want to place it in every class of my code. That's a great pleasure for me to declaratively (or "fluently") construct a machine, handle events and be sure that any logic violation will throw an exception. Can…
astef
  • 8,575
  • 4
  • 56
  • 95
1 2
3