TFS Gotcha (Exception Handling)

When coding against team foundation server you must be aware that some of the exceptions thrown by Team Foundation Server are not Serilisable! I think that this was an oversite by Microsoft, but it is there none the less. An example of this is; TeamFoundationServerUnauthorizedException If you want to handle this exception accross Windows Communication […]

Creating WCF Service Host Programmatically

If you want to create a Windows Communication Foundation Service Host on the fly then you will need to first create a base address. I would recommend using the DNS host entry instead of the My.Computer.Name as I had many problems on the corporate network with [computername] not working with our proxy settings.    Dim […]