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. Join Rob Bagby as he shows you how to implement a HI-REST service utilizing PUT for inserts and updates. Future deCasts will illustrate other models.