Consuming on-premise WCF services through Azure Service Bus Relay, using a WCF consumer
Part 1 of a series on Azure Service Bus Relay for exposing on-premise services and consuming them with different clients.
Sample WCF error handler on GitHub which returns correct 500/400 HTTP status codes for unhandled exceptions
A Node.js proxy which can double message throughput for WCF services which serve up long-lived data responses
A github sample for a WCF solution where a service can make other service calls remotely through a channel, or locally through the service implementation
Note of caution if you're using Task.Factory.StartNew() in WCF services and relying on your generic error handler to catch exceptions
Sample WCF behaviors which enable concurrency management across service boundaries
Applying IClientMessageFormatter and IDispatchMessageFormatter using configuration
Reflecting over IExtsibleDataObject.ExtensionData
Configuring WCF bindings for dynamic ports in BizTalk