Question - What are bindings in WCF?
Answer -
Bindings in WCF define the configuration of the communication channels between clients and services. Binding specifies
- Transport Protocol
- Message encoding
- Security Mechanism
- Reliable Messaging
- Transactions Support