Top "Stateless-state-machine" questions

A C# Hierarchical State Machine.

.NET Workflow Engine Suggestions

I came across stateless, a hierarchical state machine framework based on Simple State Machine for Boo, but configured using C# 3.0 …

c# .net workflow state-machine stateless-state-machine
Basic State Machine setup using Stateless

I have some fairly simple state needs (for now). I think I would like to model these using the Stateless …

c# .net state state-machine stateless-state-machine
how to get advantage of stateless framework

I would like to use http://code.google.com/p/stateless in my code to separate the functionality from its …

c# .net stateless-state-machine
How to encapsulate .NET Stateless state machine

I have a project where there is a mostly linear workflow. I'm attempting to use the .NET Stateless library to …

c# stateless-state-machine