Chapter 3. Exploring the WCF Programming Model

Building connected systems on the Microsoft platform usually means using multiple technologies and as many different programming models. WCF comes with a unified programming model that makes your life as a developer much easier. Some of the benefits are as follows:

  • Built-in support for a broad set of web service protocols

  • Implicit use of service-oriented development principles

  • A single API for building connected systems

The heart of WCF lives inside the System.ServiceModel namespace and the messaging system underneath it. This chapter won't go into the details of all the classes in the namespaces. (We will go through most of them throughout the next chapters.) This chapter will give you a basic understanding ...

Get Pro WCF 4: Practical Microsoft SOA Implementation, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.