Deloitte Interview Question

What is WCF and how it is different from normal web service

Interview Answer

Anonymous

Jun 19, 2017

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.

1