About WCF

This document details the WCF (Windows Communication Foundation) framework for .NET Framework 3.5.

It's designed for building reliable, scalable, and loosely-coupled applications.

Key Concepts

WCF provides several features, including: Message-Oriented Communication, Event-Driven Communication, Service Contracts, and Security.

Features

  • .NET Framework 3.5 Support
  • Robust Messaging
  • Secure Communication
  • Service Contracts

Example

This page demonstrates a simple message exchange using WCF.

It utilizes a 'Hello World' message to show the basic structure.