
WCF is a runtime and set of APIs in .NET framework for building connected, service-oriented applicatons.
Difference with Web Services
Some of the differences between WCF and Web service is that Web service only supports HTTP protocol. But WCF supports other protocols like TCP, HTTP, HTTPS, Named Pipes and MSMQ. Another major difference...