The document provides an introduction to Windows Communication Foundation (WCF) and service-oriented development using WCF. It describes how to create and host a WCF service using Visual Studio 2008, including creating a service interface, service class, and server or host application. It also explains how to consume a WCF service using Visual Studio 2008 through approaches like the ChannelFactory class or adding a service reference. The key components of WCF like endpoints, bindings, and contracts are also defined.