Silverlight state machines

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Morris

    Silverlight state machines

    Hi all

    I have a framework which runs on the full desktop .NET version which allows
    me to execute state machines. I'd like to move more logic over to the
    client, so I need something for Silverlight that some how lets me define
    state machines and execute them.

    Any recommendations ?

    Thanks



    --
    Pete
    ====



  • raylopez99

    #2
    Re: Silverlight state machines

    On Oct 27, 1:43 pm, "Peter Morris" <mrpmorri...@SP AMgmail.comwrot e:
    I have a framework which runs on the full desktop .NET version which allows
    me to execute state machines.  I'd like to move more logic over to the
    client, so I need something for Silverlight that some how lets me define
    state machines and execute them.

    You looking for a program or a design pattern? There's design
    patterns for state machines, just look in the book.

    RL

    Comment

    Working...