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 ha开发者_开发知识库ve .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?
Something like that maybe?
WCF Binding Decision Chart
WCF Binding Decision Chart http://img109.imageshack.us/img109/4686/wcfbindingdecisionchart.png
Marc
I found another version of the algorithm:
https://www.devze.com/res/2022/12-13/11/5724e04d6c79c7ce5d80cd6cce6117c0.jpg
they have the speaks and the presentation on CD (if you participated). they usually sell the complete DVD after the conference ends.
I think a better question would be - to present your case and have one of the experts recommend (or read Juval Lowy book on wcf.)
I go for net.tcp every time (but i don't mix with non-dot net clients...) both on the same machine and outside.
This algorithm is a recommendation and not a must know...
精彩评论