What is binding and how many types of bindings are there in wcf?



What is binding and how many types of bindings are there in wcf?..

Answer / Namrata Singh

A binding in WCF is a collection of configuration settings that dictate the protocol, security, reliability, and other transport properties between the service and client. There are several types of bindings available in WCF, including BasicHttpBinding, WSHttpBinding, NetTcpBinding, NetNamedPipeBinding, WSFederationHttpBinding, and custom user-defined bindings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is the transport and message reliability?

1 Answers  


What is wcf used for?

1 Answers  


What is the difference between WCF and ASMX Web Services?

1 Answers  


What is fault contracts in wcf?

1 Answers  


What is abc in wcf?

1 Answers  


What are the essential components used in wcf?

1 Answers  


What was the code name for wcf?

1 Answers  


What does wcf mean lions?

1 Answers  


How do wcf works?

1 Answers  


WCF:What is it the Transmission queue and the Target queue? What is the difference?

1 Answers  


In wcf, which contract is used to document the errors occurred in the service to client?

1 Answers  


What is message contract in wcf?

1 Answers  


Categories