wcf-extensions
Differentiating requests from client and other services
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[详细]
2023-03-17 09:06 分类:问答WCF service behavior extension throwing null reference exception
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[详细]
2023-02-28 06:00 分类:问答The element 'behavior' has invalid child element 'myFaultExtension' in wcf app.config
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.[详细]
2023-02-04 23:13 分类:问答The type [nameHere] registered for extension '[extensionHere]' could not be loaded
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[详细]
2022-12-14 19:46 分类:问答WCF: Message Framing and Custom Channels
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[详细]
2022-12-13 15:50 分类:问答