Share via


Windows Communication Foundation Scenario Samples

The samples in this section demonstrate common Windows Communication Foundation (WCF) scenarios.

In This Section

  • Intermediary Router
    Demonstrates how to implement a service that provides basic routing and load balancing functionality.
  • Federation Sample
    Demonstrates support for deploying federated security architectures through the wsFederationHttpBinding.
  • Discovery: UDDI
    Demonstrates how to implement a WCF client that performs basic operations with a UDDI V2 service that is available on the Internet.
  • Peer Channel Chat
    Demonstrates how to implement a multiparty chat application using Peer Channel. Messages sent by an instance of chat application are received by all other instances.
  • Trusted Facade Service
    Demonstrates how to flow caller's identity information from one service to another using WCF security infrastructure.
  • REST and POX
    Demonstrates how to use HTTP transport in WCF to send and receive “plain old XML” (POX) messages – that is, messages that consist of solely of XML payloads without any enclosing SOAP envelope.

See Also

Other Resources

Set Up Instructions
Troubleshooting Tips for WCF Samples

© 2007 Microsoft Corporation. All rights reserved.