|
-
January 14th, 2009, 05:16 PM
#2
Re: Work with real-time data
I think best way to do this is making a client/server application where the client subscribes to the server. If any client makes a change, all subscribed clients are notified.
A way to achieve this is using WCF.
Take a look here. This is a simple WCF project where this subscription pattern is used.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|