Question - What is Callback mode in WCF? Explain.
Answer -
Ans: The WCF callback mode is a special type of mode where WCF on the call back calls the method of client and in this scenario WCF service acts as a client and client acts as a service.
This mode is not supported by "HTTPBinding" so "WSDualHttpBinding" is used in this mode.