WCF stands for Windows Communication Foundation. It is Microsoft's latest technology that enables applications in a distributed environment to communicate with each other.WCF is Microsoft's unified programming model for building service-oriented applications. It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing. WCF is an umbrella technology that covers ASMX web services, .NET remoting, WSE, Enterprise Service, and System.Messaging. It is designed to offer a manageable approach to distributed computing, broad interoperability, and direct support for service orientation. WCF supports many styles of distributed application development by providing a layered architecture. ABC of Windows Communication Foundation What are the ABCs of WCF? "ABC" stands for address, binding and contract. Address (Where) It specifies the location of the service means, where the service is hosted. The ...
(Helping you out with C#, ASP.NET, SQL, Microsoft Azure, MVC & Javascript)