Friday, June 08, 2007 - Posts

Simple LINQ and an HTTP Handler

All that messing with WCF and POX and so on left me feeling a bit battered and bruised so I thought I'd have a bash at an Http Handler using LINQ as a bit of a rest. Really quite enjoyed doing this;public class DataHandler : IHttpHandler { Read More

Workflow, HTTP GET and POX

I was thinking about how the new WCF support enables people to pretty easily invoke a workflow so I thought I'd have a stab at putting something together that offered a Workflow over HTTP GET and returned POX. Say I want to build a Workflow that exposes Read More

VS 2008/"Orcas" Beta 1 and WCF POX Endpoints in IIS over HTTP GET

Ok, so the title of the post probably rules out a lot of people but if you are playing with the WCF bits in "Orcas" beta 1 and you're trying to do POX over HTTP GET and you're trying to host in IIS then you might see some pain around an exception Read More