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?