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 :
- NET Remoting
- Distributed Transactions
- Message Queues and
- Web Services into a single service-oriented programming model for distributed computing.