Reputation: 2558
can any on explain me what are state machines in .net
Upvotes: 1
Views: 173
Reputation: 52645
If you mean using the Yield keyword to create a state machine you can take a look at this
Note: Eric Lippert's answer contra-indicates using them.
Upvotes: 1
Reputation: 25523
If you mean Finite-state machines, they're essentially language-independent. The implementation would differ by language, of course.
Upvotes: 2