Pergunta de entrevista da empresa Deloitte

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

Resposta da entrevista

Sigiloso

19 de jun. de 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