Dear Guru !
The task is as follows:
1. Silverlight application on the client must be notified to appear on adding ( or performing CRUD operations ) in the database SQL - server.
2 . Using wcf - service. Using serviceBroker - web-server receives an asynchronous event notification .
3 . Now I need to make an asynchronous interaction with the service to the client - set standby and wait for the event . The waiting time can be - watches.
4 . wcf - service on the web - server must also operate asynchronously .
Can someone give an example of a link to create an asynchronous Web service?
Go to the complete details ...