#wcf

LIDNUG Presentation on messaging

LIDNUG Presentation on messaging

The LinkedIn DotNet User Group (LIDNUG) organisation requested me to do a Building Re...

Databases and coupling

Databases and coupling

We probably all learned this at school. When you build software, you analyze requirem...

What is messaging

What is messaging

I’ve written in SDN Magazine about messaging and how it relates to RPC. It isn’t abou...

WCF Simple Example in Visual Studio 2010 – part 2

This topic is covered in multiple posts Creating simplest solution with default endpo...

WCF Simple Example in Visual Studio 2010

This topic is covered in multiple posts Creating simplest solution with default endpo...

Microsoft AppFabric explained for SDN

Last Tuesday, may 18th 2010, I gave a presentation on Microsoft’s AppFabric. I explai...

AppFabric Configuration binding extension could not be found.

I have recently installed the Windows Azure AppFabric SDK because I’m writing an arti...

Add service reference is disabled

In Visual Studio 2008 you can rightclick a project and choose for “Add service refer...

Hosting a WCF service in a Windows Service

In my last post I explained how you could use WCF and MSMQ to respond to messages asy...

WCF and MSMQ

It’s been a while since I blogged about one of my favorite topics, Windows Communicat...

Mobile development

Two weeks ago Mike Schroepfer, a Mozilla developer, announced that they’ll launch a v...

ClassA Summer Classes become Winter Classes

As I really enjoyed giving the Summer Classes a few weeks ago, the first ever real .N...

WCF serving AJAX troubleshooting

I hope in the RTM you’ll get more help solving your WCF Ajax problems then I currentl...

Just to late WF & WCF beta 2 samples

Arrgh, these come out just a day or two too late. But that’s life when you’re always ...

WCF Test Client

Two things that should’ve been there since WCF v1. My colleague Alex Thissen already ...

Summer Class .NET 3.5, preparation

As said before, we’re currently on location at the “middle of nowhere”, creating mate...

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 1 Services ABC

I want to begin with a conceptual explanation about services. A service always has at...

WCF Part 0 Introduction

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