Skip to main content

WCF Step by Step Tutorial

· One min read

Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF we can build secure, reliable, transacted solutions that integrate across platforms.

WCF is a unified framework which provides :

  1. NET Remoting
  2. Distributed Transactions
  3. Message Queues and
  4. Web Services into a single service-oriented programming model for distributed computing.

Read more