Select from following answers:- NetMsmqBinding
- NetPeerTcpBinding

- NetTcpBinding
- WSHttpBinding
- All Above
NetTcpBinding - Communication between WCF applications across computers. Supports duplex contracts and transactions.
NetMsmqBinding - Communication between WCF applications by using queuing. Supports transactions.
WSHttpBinding - Web services with WS-* support. Supports transactions.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator