Screencast published - Creating a HI-REST WCF Service that exposes Insert and Update via PUT

I just published a 27 minute screencast on Channel9 on creating a HI-REST PUT Service that exposes Insert and Update.  As you know, RESTful services expose more than just GET.  Many times, we also have to expose the capability to insert, update and delete.  There are many differing opinions on how inserts, updates and deletes should be modeled in a "RESTful" architecture.  This screencast illustrates one such model and further shows how to implement this model with WCF 3.5.  I will show you how to implement a HI-REST service utilizing PUT for inserts and updates.  Future deCasts will illustrate other models.

Regards