Lets you write robust recursive logic without running into stack overflow at any depth of recursion. StrongRecursion is a library that allows developers to express recursive logic in a fluent and thread-safe manner with complete protection from stack overflow.
Try the samples in samples folder to see this in action.
State machine used by Recursion Builder