WCF web api + developer APi keys

I found myself with the requirement of needing custom authorization for a rest-style web API. The requirements would be something along the lines of Netflix, Twitter, etc. APIs whereby there is a need to identify an application making calls to…

Read More

WCF Rest Service – WP7 Client

Here is a working project with an extremely simple WCF rest service and a Windows Phone 7 client application using WebClient.   WebHttpBinding Service + WP7 Client