Silverlight state machines

P

Peter Morris

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
 
R

raylopez99

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top