We are developing a proxy in WCF that will serve as a means of communication for some handhelds running our custom client application. I am curious what error handling stra
We use the Exception Handling Application block and shield most faults from clients to avoid disclosing sensitive information, this article might be a good starting point for you, as with "best practices" - you should use what fits your domain.