Callback Contract in WCF

Posted on Code Project See other posts from Code Project
Published on Mon, 08 Mar 2010 06:01:00 GMT Indexed on 2010/03/19 11:21 UTC
Read the original article Hit count: 437

Callback contracts are a very powerful concept that is easily implemented in WCF. Using this, it is very easy to achieve event-like behavior between a service and client (duplex operations).

© Code Project or respective owner

Related posts about c#2.0

Related posts about c#3.0