Category Archives: WCF

WCF

Connected Systems and BizTalk

Last night I went to the launch of the San Diego Connected Systems SIG (and here). Brian (along with Chris Romp) gave a great overview of BizTalk Server 2006 R2. I have never used BizTalk and had little knowledge of … Continue reading

Posted in .NET, WCF | Tagged , , | 3 Comments

A .NET code sample: Real-time data streaming and control.

This is a follow-up to the Developing a real-time data flow and control model with WCF post. My original plan was to write a full-fledged article on this. I’ve gotten some requests for the code, but it does not appear … Continue reading

Posted in .NET, GUI, WCF | 3 Comments

Developing a real-time data flow and control model with WCF

A Windows Communication Foundation (WCF) service is defined through its operations and data contracts. One of the major benefits of WCF is the ease with which a client can create and use these services through the automatically generated proxy classes. … Continue reading

Posted in .NET, Networking, WCF | 9 Comments