A
agold79
I am about to take my first crack at C# and would like some
suggestions/best practices for approaching the app I am looking to
build. Here's a simplified description of the problem :
The client application will handle displaying a countdown timer that
will be controlled by a remote administration console. I would like to
be able to assign the task of displaying the timer on 1, some, or all
of the clients. The administration console will be able to start,
pause, or reset the clock at any time. The console should be able to
display the current time left on the counter on the clients. I looked
into "Remoting" for this task, but it doesn't seem to be a great fit.
There are other tasks that the server and clients will perform, but
this is the process that will go on.
Thanks in advance!!
suggestions/best practices for approaching the app I am looking to
build. Here's a simplified description of the problem :
The client application will handle displaying a countdown timer that
will be controlled by a remote administration console. I would like to
be able to assign the task of displaying the timer on 1, some, or all
of the clients. The administration console will be able to start,
pause, or reset the clock at any time. The console should be able to
display the current time left on the counter on the clients. I looked
into "Remoting" for this task, but it doesn't seem to be a great fit.
There are other tasks that the server and clients will perform, but
this is the process that will go on.
Thanks in advance!!