What is the messaging pattern? Which messaging pattern wcf supports?



What is the messaging pattern? Which messaging pattern wcf supports?..

Answer / Bhanu Prakash

The Messaging Pattern in WCF refers to a design that focuses on message-oriented communication between services. It allows for more flexible and loosely coupled interactions by separating service interactions into separate messages. WCF supports several messaging patterns such as Request-Reply, One-Way, Duplicate Detection, and Transactions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is wcf programming?

1 Answers  


What is abc of wcf?

1 Answers  


WCF:What types of reliable messaging are implemented in the WCF?

1 Answers  


How can we host wcf service?

1 Answers  


What is callback mode in wcf? Explain.

1 Answers  


How do we customize data contract names for generics types?

1 Answers  


How we can use MessageContract partially with DataContract for a service operation in WCF?

1 Answers  


What is REST and what is the problem with WCF REST and how it can be resolved?

1 Answers  


What is service host factory in wcf?

1 Answers  


Explain what is datacontract and servicecontract?

1 Answers  


What is the request-reply mode in wcf?

1 Answers  


Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?

1 Answers  


Categories