Wednesday, December 14, 2005 - Posts

Blog Downtime

This site might go down for a day or two over the next couple of days as my hoster is going to move the site onto a new server - hopefully the delay won't be for too long.   Thx.   Read More

Windows Communication Foundation: More Nuggets

I started a whole series of nugget videos about the WCF and it looks like a lot of them got published in one big go so I thought I'd do a bit of additional "promotion" for them here.   There are some more of these yet to come.   These ones are all ( Read More

WCF: Basic HTTP Profile with Mutual Certificate Authentication

Following up on this post I spent a really long time trying to get WCF (Nov CTP) to work with mutual authentication over the basic HTTP profile that I thought I'd try and do a complete write up of what I did in order to share it.   In the end ( like most Read More

WCF: Getting WSDL, Help Pages and Metadata from Simple Console Apps

Something that really bit me hard today. I wrote a simple "hello world" console application with WCF that was listening on http://localhost:8080/service and I was asking it for its WSDL document and it kept refusing.   I was using ServiceHost.Open(typeof(MyImplementation)); Read More