The document discusses Windows Communication Foundation (WCF) and its ability to support diverse communication needs through channels and bindings. WCF provides a common programming model for various communication styles like SOAP, binary format, REST, messaging queues and more. It does this through a channel stack where each channel provides specific functionality, and bindings define standard channel combinations for common scenarios. The document outlines the channel and binding concepts and surveys the communication options supported in the .NET Framework 3.5.
Related topics: