WCF Part 0 Introduction

I’m starting a series of posts about Windows Communication Foundation (WCF). The goal of the series is to introduce WCF to everyone who hasn’t had the opportunity to experience WCF, for whatever reason. While other articles sometimes are too long, I want to keep them very short. That way you’re able to read them before your workday begins or perhaps just before you shut down. 🙂

From every post I’ll refer to this post and I’ll keep an index here so you can easily find your way. Complete index 1.

[Service ABC](https://bloggingabout.net/2006/10/18/WCF-Part-1-_3A00_-Services-ABC)
[Defining contract](https://bloggingabout.net/2006/10/31/WCF-Part-2-_3A00_-Defining-contract)
[Hosting the service](https://bloggingabout.net/2006/11/09/WCF-Part-3-_3A00_-Hosting-the-service)
[Make your service visible through metadata](https://bloggingabout.net/2006/11/09/WCF-Part-4-_3A00_-Make-your-service-visible-through-metadata)
[Consuming the service](https://bloggingabout.net/2006/11/16/WCF-Part-5-_3A00_-Consuming-the-service)
[Address](https://bloggingabout.net/2006/11/29/WCF-Part-6-_3A00_-Address) [Binding decision chart](https://bloggingabout.net/2006/12/01/WCF-Binding-decision-chart)
[Bindings](https://bloggingabout.net/2007/01/05/wcf-part-7-bindings)
… more to come?
9.
[WCF and MSMQ](https://bloggingabout-linux.azurewebsites.net/blogs/dennis/archive/2008/02/28/wcf-and-msmq.aspx)
[Hosting a WCF service in a Windows Service](https://bloggingabout-linux.azurewebsites.net/blogs/dennis/archive/2008/02/28/hosting-a-wcf-service-in-a-windows-service.aspx)

Other WCF tutorial articles 1.

[WCF Simple example](https://bloggingabout-linux.azurewebsites.net/blogs/dennis/archive/2007/04/20/wcf-simple-example.aspx)
[WCF serving AJAX troubleshooting](https://bloggingabout-linux.azurewebsites.net/blogs/dennis/archive/2007/08/14/wcf-serving-ajax-troubleshooting.aspx)