June 2011 - Posts

0
Comments

WCF Data Services and Custom Authorization by HernanDL

In the last post about Decoding Messages in WCF Data Services I showed a code sample about how to decode an incoming WCF Message in a Data Service. In this case I will show how we can use this decoded message inside a ServiceAuthorizationManager derived...
3
Comments

Decoding messages in WCF Data Services by HernanDL

Recently I had to solve an interesting problem while working with WCF Data Services and how to decode an incoming WCF message so I can do something useful with its content. Let’s say that you have an already configured Data Service and you intercept the...
More Posts