Day: April 7, 2013

Throwing and catching Strongly Types SOAP Faults in WCF

It’s common scenario, a call to WCF service to fail. The service call can fail for thousands of reasons such as network problems, database crushes or even runtime logic errors. In these cases, the client called the service would appreciate… Read More ›