can any on explain me what are state machines in .net
Asked
Active
Viewed 157 times
2 Answers
2
If you mean Finite-state machines, they're essentially language-independent. The implementation would differ by language, of course.

TrueWill
- 25,132
- 10
- 101
- 150
1
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.

Community
- 1
- 1

Conrad Frix
- 51,984
- 12
- 96
- 155