Google News
logo
WCF - Interview Questions
What is the "Contract" property of endpoint in WCF?
The "Contract" property is just an interface between the client and server where client and server communicate with each other. Contracts are used to specify operations available.
Advertisement