Wednesday, July 29, 2009

Building WCF Custom Channels – A channel project template

 

I am in the process of learning in-depth how to write channels for WCF. One of the hard things was getting an idea of the parts we have to build to achieve this goal.

In this process I built this simple template that contains the major parts and a getting started client/server example to debug it and get it running. If you hit F5 you will get a NotImplementedException and my process is to implement each method as it get called and throws. This seams like a good way of learning how the stack is organized and in what sequence things happen.

This was built by stripping out all the code of the NullTransport project here by Roman Kiss. So all credits go to him :).

Download it here.

Have fun,

No comments: