InterviewSolution
Saved Bookmarks
| 1. |
What is address binding in WCF? |
|
Answer» In general, WCF is an advanced level programming platform which is used for building, running and DEPLOYING application over distributed network services. Address finding in WCF is a technique which is used for binding the LOCATION address and TRANSPORT address which is used for the establishment of communication with two peers. |
|