Today while doing a bit of refactoring to some of our WCF code I started getting the following error e.Message "The ChannelDispatcher at ' http://localhost:9997/ServiceNameHere/ServiceHere' with contract(s) '\"IService\"' is unable to open its IChannelListener." e...
In this great post by Jimmy Bogard or this Dimecasts on the subject we take a look at how to add IoC (Inversion of Control) support to your WCF application in order to support DI (Dependency Inversion). However, the one thing both the post and Dimecasts fail to take into account is what if you are not...
I want to send out a big thank you to the team who put together the Iowa Code Camp . You people did an awesome job!!! I had a great time giving my talks and really enjoyed hanging out with the crowd in Iowa. For those of you who attended my talks, or just want to see the materials, I’ve posted...
My article on programming REST services with F# and WCF went up at InformIT. Please go read it! http://www.informit.com/articles/article.aspx?p=1394625
On the course of last few months, I’ve been working with Craig Neuwirt , on what I consider one of the coolest additions to Castle WCF Integration Facility . Problem As you probably know by default all WCF calls are synchronous – you make a request, under the cover WCF blocks your thread...