CopyPastor

Detecting plagiarism made easy.

Score: 0.9691449348937791; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-06-25
by Abdelrahman Gamal

Original Post

Original - Posted on 2011-02-20
by rene



            
Present in both answers; Present only in the new answer; Present only in the old answer;

It has all todo with capabilities, compatability, security and performance
It boils down to: use netTcp if you're clients support WCF and are on your intranet.
use basicHtpp if you need to support 'older' (asmx) or 'compatible' (java/rails/pythone) clients, which might be on the internet.
It has all todo with capabilities, compatability, security and performance
It boils down to: use netTcp if you're clients support WCF and are on your intranet.
use basicHtpp if you need to support 'older' (asmx) or 'compatible' (java/rails/pythone) clients, which might be on the internet.
See: http://msdn.microsoft.com/en-us/library/ff649887.aspx
and
http://mohammedatef.wordpress.com/tag/basichttpbinding/

        
Present in both answers; Present only in the new answer; Present only in the old answer;