How to choose a WCF binding?

前端 未结 3 1570
一生所求
一生所求 2021-01-05 18:55

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 b

相关标签:
3条回答
  • 2021-01-05 19:14

    I found another version of the algorithm:

    https://mohammedatef.files.wordpress.com/2009/06/wcfbinding.jpg https://mohammedatef.files.wordpress.com/2009/06/wcfbinding.jpg

    0 讨论(0)
  • 2021-01-05 19:16

    Something like that maybe?

    WCF Binding Decision Chart

    WCF Binding Decision Chart http://img109.imageshack.us/img109/4686/wcfbindingdecisionchart.png

    Marc

    0 讨论(0)
  • 2021-01-05 19:17

    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 讨论(0)
提交回复
热议问题