What is duplex contracts in WCF? - .NET WCF

What is duplex contracts in WCF?

WCF allows duplex messaging pattern. Services can communicate with client through a callback. Duplex messaging in WCF can be done over different transports, like TCP, Named Pipes and even HTTP.
What are different binding supported by WCF? - .NET WCF
.NET WCF - Different bindings: Built- in bindings and custom bindings...
How do we use MSMQ binding in WCF? - .NET WCF
Message queue allows applications running at different times to send and read messages from queues....
Explain volatile queues and Dead letter queues. - .NET WCF
WCF also uses non transactional queues for storing messages. Such queues are volatile in nature.....
Post your comment