开发者

How to choose a WCF binding?

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:

  1. If your WCF service will have non-.NET clients choose Http Soap
  2. If your WCF will ha开发者_开发知识库ve .NET clients in other machines choose Net Tcp
  3. 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

How to choose a WCF binding?


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...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜