WCF Tutorial Summary
                                       
Windows Communication Foundation (WCF) is a new API for building distributed applications. The major
goal of WCF is to integrate the current remoting APIs (MSMQ, COM+, web services, and so on) under a
unified umbrella. WCF is service oriented and revolves around addresses, bindings, and contracts (the ABC’s).
WCF makes use of several attributes to control how functionality is exposed and consumed by clients and
hosts. The WcfTestClient.exe application makes it simple to test WCF services using a default host / client.
WCF Tutorial Summary
Table of Contents
Copyright (c) 2008.  Intertech, Inc. All Rights Reserved.  This information is to be used exclusively as an
online learning aid.  Any attempts to copy, reproduce, or use for training is strictly prohibited.
Courseware
Training Resources
Tutorials
Services