WCF

To talk about WCF, always remember the following three terms:

Address

This indicates where the service endpoint is located in the form of a URL, all WCF service URLs ends with .svc extension

Binding

This defines how the client can communicate with the service using its endpoint/address, ex: http or https or tcp etc

Contract

This defines the features provided by the service in the form of operation contracts and the data contracts

No comments:

Post a Comment