What is duplex contract in WCF?

What is duplex contract in WCF?

- It enables clients and servers to communicate with each other.

- The calls can be initiated independently of the other one.

- The duplex contract is one the message patterns available to Windows Communication Foundation (WCF) services.

- It comprises of two one-way contracts.

- This is a message exchange pattern in which both endpoints can send messages to the other independently.

- It occurs when a client connects to a service.

- It provides the service with a channel on which the service can send messages back to the client.
Explain the different transaction isolation levels in WCF.
Different transaction isolation levels in WCF - Read Uncommitted, Read Committed, Repeatable Read, Serializable, Snapshot...
WCF - What are Volatile and Dead letter queues?
Volatile and Dead letter queues - There are scenarios in the project when you want the message to deliver in proper time...
What is Windows workflow foundation?
What is Windows workflow foundation? - It is a platform for building, managing and executing workflow-enabled applications...
Post your comment