This document provides an overview of Windows Communication Foundation (WCF) and how to get started developing connected applications using WCF. It discusses key WCF concepts like endpoints, addresses, bindings, and contracts. Endpoints define the location and communication details of a service. The address specifies where the service is located, the binding defines how the service communicates, and contracts establish what operations the service provides. The document provides examples of configuring these items both declaratively in code and in configuration files. It also discusses creating multiple endpoints to expose a service to different clients.