WCF Data Services Question:

Explain WCF Basic binding type?

WCF Data Services Interview Question
WCF Data Services Interview Question

Answer:

Offered by the BasicHttpBinding class, this is designed to expose a WCF service as a legacy ASMX web service, so that old clients can work with new services. When used by the client, this binding enables new WCF clients to work with old ASMX services.


Previous QuestionNext Question
Tell me what is three major points in WCF?What is WCF TCP binding type?