WCF Data Services Question:

Explain WCF Basic binding type?

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.

Read All 26 WCF Data Services Questions
Previous QuestionNext Question
Tell me what is three major points in WCF?What is WCF TCP binding type?