Ravi
Ravi

Reputation: 2558

state machines in .net

can any on explain me what are state machines in .net

Upvotes: 1

Views: 173

Answers (2)

Conrad Frix
Conrad Frix

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

TrueWill
TrueWill

Reputation: 25523

If you mean Finite-state machines, they're essentially language-independent. The implementation would differ by language, of course.

Upvotes: 2

Related Questions