Creating Understanding and Educating Programmers, Developers and Technical Communities, one post at a time.

Thursday, April 12, 2012

ABC of WCF

WCF service exposes endpoints and each endpoint contain address, binding and contract.

Address: Where the service communicate and points to actual network address.
Binding: How service communicate and includes protocol.
Contract: What the message contain.