Introduction
It is an architecture which is used to design, implement and deploy distributed applications.
It is an encapsulation of multiple technologies.
It supports multiple protocols(i.e, http, https, tcp, msmq, ipc etc) for communication at transport layer with the minimal configurable changes without writing the code again and again.
Components of WCF
WCF is a unification technology which unites the following technologies:-
- .NET remoting
- MSMQ
- Web services
- COM+.