What are the types of bindings available in WCF? | WCF Interview Question

, ,
A binding is identified by the transport it supports and the encoding it uses.
The popular types of WCF bindings are given below:
  • BasicHttpBinding
  • NetTcpBinding
  • WSHttpBinding
  • NetMsmqBinding