c-sharp

Duplex communication and callbacks in WCF

Redirects to legacy blog post. I was reading in the book Enterprise Integration Patterns that my dev manager bought for the team, on the Message Endpoint pattern on the way home from work a few days ago. “A Message Endpoint can be used to send messages or receive them, but one instance does not do both” From my experience, this wasn’t necessarily true. So I decided to confirm my suspicion. The following is a mix of what I read and tested out.

Logical vs Physical Addresses in WCF

Redirects to legacy blog post. In this example, I share a listenUri between two endpoints.