What is WCF and how it is different from normal web service
Sigiloso
WCF is a framework that helps to create service oriented applications.ASP.NET Web services send and receive messages by using SOAP over HTTP or HTTPS. WCF services use SOAP by default, but the messages can be in any format, and conveyed by using any transport protocol like HTTP,HTTPs, WS- HTTP, TCP, Named Pipes, MSMQ, P2P(Point to Point) etc. 3.