I want to begin with a conceptual explanation about services. A service always has at least one endpoint, but can have multiple. A client normally communicates with only one endpoint. A plain-old-webservice only has one endpoint and communicates via HTTP and Text/XML. The picture below shows a service with three endpoints. Notice the ABC.
There are a few articles about the WCF ABC's (1, 2)but the short story is that you always have to remember:
I'll try to explain them, they'll get more sense once we advanced in posts.
In the next articles I'll explain how you can build a service while using the ABC.
[Go to the WCF series article index]
PingBack from http://bloggingabout.net/blogs/dennis/archive/2006/10/18/WCF-Part-0-_3A00_-Introduction.aspx
Dennis van der Stelt posted some fine articles about Microsoft's new way of doing communication between