TCP binding
This binding is provided by the NetTcpBinding class. It uses TCP protocol for communication be-tween two machines with in
intranet (means same network). It encodes the message in binary format. This is faster and more reliable binding as compared to the Http protocol bindings. It is only used when communication is WCF - to – WCF means both client and service should have WCF.
IPC binding
This binding is provided by the NetNamedPipeBinding class. It uses named pipe for Communication between
two services on the same machine . This is the most secure and fastest binding among all the bindings.
Reference:
http://www.dotnet-tricks.com/Tutorial/wcf/VE8a200713-Understanding-various-types-of-WCF-bindings.html
WCF by example on netNamedPipeBinding
http://dotnetmentors.com/wcf-by-example-on-netnamedpipebinding.aspx
Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif
Kkaur05, if this helps please login to Mark As Answer. | Alert Moderator