Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I want to display the data as soon as update in my database it should send to client
via WCF service. Client will not call or wait.WCF should notify the some update happen
on service end and need to receive.
What is best way and best architecture to achieve this in WCF.
Posted

1 solution

Assuming that your WCF service knows about database changes, all you need is a duplex-contract (two-way)...
You can learn about it here:
How to: Create a Duplex Contract[^]
How to: Access Services with a Duplex Contract[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900