REST in WCF - Part VIII (HI-REST - Implementing Delete)

The post on implementing delete with WCF REST has moved to my new blog at www.robbagby.com.

image

Comments

  • Anonymous
    June 20, 2008
    RobCongratulations on an awsome series. It's been of great benefit to my current project which involves cunsuming WCF Services using ASP.NET AJAX. Loads of questions answered - a good practical guide.ThanksJohn
  • Anonymous
    August 19, 2008
    As some of you know, I am in the midst of a blog series on REST in WCF. Further, I have been hard at
  • Anonymous
    October 01, 2008
    Could you please upload the source code of the completed project.For some reason the PUT or POST is not working and returning 400 as status code.it works fine with XML request format but not with json.
  • Anonymous
    November 10, 2008
    A common scenario you may encounter when designing your RESTful services is supporting clients that only
  • Anonymous
    December 23, 2008
    The series blog post on REST in WCF REST in WCF - Part I (REST Overview) REST in WCF - Part II (AJAX