We have a 3 tier application - winform based thick client, several WCF services hosted in windows services and sql. Some WCF services provide functionalities specific to UI in the clients but there ar
So, im trying to write routing service. The idea is that, every time someone calls routing service, endpoint is randomly selected by WCF behavior extension. I used slightly modified example from MSDN
I\'m trying to catch regular exceptions from a WCF service in a Silverlight client application. For that I\'ve included the respective changes in my WCF service as given in this MSDN article.
I\'ve been learning and building JSONP Web services using WCF on fx3.5.You can read some of the trials I had at .NET ASMX - Returning Pure JSON? I finally got a sample running but now I am I am dove t
I am trying to understand how I would implement message framing with WCF. The goal is to create a server in WCF that can handle proprietary formats over Tcp. I can\'t use the net.Tcp binding because t