InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by WCF Binding? |
|
Answer» WCF bindings consist of a NUMBER of binding elements, which specify how service and client will communicate. Clients use bindings based on their NEEDS. THEREFORE, binding is BASICALLY a way for clients and services to communicate in accordance with the client's needs. It supports a variety of protocol types that can be used for communication with clients and different types of encodings for transmitting data over the INTERNET. |
|