How to choose a WCF binding?
.net, binding, wcf, wcf-binding
Solution
Something like that maybe?
WCF Binding Decision Chart
WCF Binding Decision Chart http://img109.imageshack.us/img109/4686/wcfbindingdecisionchart.png
Marc
Problem
WCF binding chooser algorithm I have watched a speak at a TechEd conference that showed a simple algorithm for choosing a WCF binding. I can't find this algorithm but I remember some of the main ideas: - If your WCF service will have non-.NET clients choose Http Soap - If your WCF will have .NET clients in other machines choose Net Tcp - If your WCF will have .NET clients in the same machine choose Message Queue Can anyone provide a link to the full version of this algorithm?