Click here to Skip to main content
15,886,788 members
Articles / Programming Languages / C#

Configuring Simple State Machines

Rate me:
Please Sign up or sign in to vote.
5.00/5 (19 votes)
6 May 2020CPOL9 min read 31.1K   715   38  
An attempt to throw some light on how state machines work and what they can be used for
An illustration of how to employ State Machines for basic pattern recognition followed by a look at more advanced implementations such as data validation, the use of sub-states and the implementation of asynchronous action methods when transitioning into and out of a state.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Wales Wales
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions