Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Pablo M. Cibraro (aka Cibrax)

Yearly Archives: 2008

Latest news from Pablo M. Cibraro (aka Cibrax)

  1. My durable WCF RESTful calculator

    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

    Tagged: wcf, rest

  2. Open Source alternatives in .NET for building RESTful services

    Open Source alternatives in .NET for building RESTful services

    Nov 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

  3. Using the WCF OAuth channel with an ADO.NET service

    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

  4. OAuth channel for WCF RESTful services

    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

    Tagged: wcf, rest, oauth

  5. Routing to the right workflow service instance through URI templates (REST workflows part III)

    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

    Tagged: wcf, wwf, rest