Skip to main content

Posts Tagged ‘Windows Communication Foundation’

Business Connectivity Services: Multiple Bindings from a Single Windows Communication Foundation Service

A couple of weeks ago, I thought I’d be clever, or at least act with forethought, and create the Windows Communication Foundation (WCF) service I was working on as four separate interfaces all implemented by the same class.The interfaces would be segmented out by the types that they returned.This would make understanding the code easier […]