![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
Nov 26, 2008
A durable service in WCF is by a definition a service that can persist all its internal state across calls in some durable storage. For every operation, the service state is retrieved from the storage, the operation is …
![]() |
Open Source alternatives in .NET for building RESTful servicesNov 20, 2008 Usually all my posts about REST are about WCF or mention this technology in some parts. Today, I decided to take a different approach and discuss some of the projects available today for building REST … Tagged: wcf, web services, rest |
Nov 14, 2008
As I promised in my previous post "OAuth Channel for WCF RESTful services", it is now time to show this new channel in action with a real service. To make this sample more interesting, I decided to base this …
Tagged: wcf, entity framework, rest, oauth
Nov 14, 2008
While OpenID and WS-Federation focus on delegating user identity (or a collection of identity claims), OAuth was designed to address a different and complementary scenario, the delegation of user authorization. In few …
Nov 7, 2008
Continuing from my previous posts "REST and Workflow services play well together I" and "REST and Workflow services play well together II", in which I created a new binding to send the workflow context as an http …