Windows Communication Foundation

WCF Simple Example

Update This post was updated and is much more explaining in this post, WCF Simple E...

WCF Part 7 Bindings

As I’ve been pretty busy, it’s been a while since my last post in the WCF series. But...

WCF Binding decision chart

A while ago I saw this decision chart to help choose a WCF default binding. Unfortuna...

WCF Part 6 Address

We’ll return once again to the WCF ABC and in this part we’ll examine what we can do ...

Display WCF host details; code snippet

Because I’m doing presentations, demos and the WCF article series, I host a lot of WC...

WCF Part 5 Consuming the service

Last time we generated the client and configuration file. Whereas in the asmx world w...

Finding available callback tcp port for a WCF chat client

While having some fun writing a WCF chat application, I was having some troubles. I w...

WCF Part 4 Make your service visible through metadata

Last time we saw how we could create an instance of our service by hosting it using s...

WCF Part 3 Hosting the service

Finally .NET Framework 3.0 RTM’d, so I don’t have to run in my VMWare anymore. A good...

WCF Part 2 Defining contract

As seen in the previous article, we need an address, binding and contract to complete...

WCF Part 0 Introduction

I’m starting a series of posts about Windows Communication Foundation (WCF). The goal...