September 01, 2006

WCF architecture and its key concepts

This MSDN article discusses on the high-level view of the Windows Communication Foundation (WCF) architecture and its key concepts.

WCF Services expose a collection of Endpoints to communicate with world. Each Endpoint has an Address, a Binding, and a Contract (ABC) [and represnts where, what, and how]