Saturday, October 17, 2009

Three major points in WCF


1) Address --- Specifies the location of the service which will be like http://Myserver/MyService.Clients will use this location to communicate with our service.

2) Contract --- Specifies the interface between client and the server. It’s a simple interface with some attribute.

3) Binding --- Specifies how the two parties will communicate in term of transport and encoding and protocols.

No comments: