Saturday 27 June 2015

WCF Interview Quetions

In single wcf service, can we use multiple interfaces are possible ? How.
With WCF, you can:
  • have one service implementation class that implements multiple service interfaces
  • have one service implementation class exposed through multiple endpoints, e.g. one service endpoint using BasicHttpBinding for maximum interoperability and another endpoint using NetTcpBinding for maximum performance (with WCF clients).
EX: More

No comments:

Post a Comment