The "Server Client Schema" is described in this diagram . I'm trying to create a Silverlight / Server application that has an EventHandler / Triggers that can do the following:
- Notice if the message "it" was sent (server)
- Please note that the sent message is new to everyone except the sender
- Send "to everyone" ("except ...") "a new message can be downloaded" / or even new messages
How can this be done using: ASP.NET and Silverlight?
source share