This is a mirror of official site: http://jasper-net.blogspot.com/

Cross machine communication between .Net Application using WCF

| Monday, April 4, 2011
When service and client both are of .Net and resides on different machines then we choose preconfigured netTcpBinding to publsih WCF Service to the client.

CrossMachine1.bmp

netTcpBinding is best suited when both client and service are of .Net and communicating to each other either over Intranet or Internet. Since both the service and client are in .Net, so performance of this binding is very much optimized for best. There is no overload of interoperability. netTcpBinding uses TCP Protocol and Binary Encoding . Few deafult properties of netTcpBinding is listed in below digram.

CrossMachine2.bmp

Posted via email from Jasper-net

0 comments: