Feb
1
2010

Azure, WCF, X509 Certificates and errors

I have been struggling to get secure WCF services running on Azure, not because it doesn’t work, just because I am not up to speed on the combinations and sometimes fail to think it through before I start. Anyways, what I am trying to do in this post is instead of describing the end solution of ho... [More]
May
18
2009

Passing values from Silverlight to WCF services in SOAP headers

I am working on a contract which uses Silverlight 2.0, WCF, Entity framework, LINQ and so on to provide remote insight in the drilling status in the mining industry. While the project is interesting the problem I faced is securing the WCF service as the Silverlight app is used in the field and the d... [More]
Aug
25
2008

WCF error handling in Silverlight

I was working on my siverlight TFSTool project and I ran into the following problem. I have a WCF service that sits between the Silverlight (UI) and Team Foundation Server (backend), and every time the TFS throws an exception I would catch it and throw it to the UI but for some reason when I catch t... [More]