http put - When should I use HttpDelete or HttpPut in an asp.net mvc application -
i use httpget or httppost when action executing delete method on database.
for should use httpdelete/httpput ?
if build odata service.
http delete - deletes entity data specified resource represents. payload not present in request or response messages.
http put - replaces existing entity data @ requested resource new data supplied in payload of request message. (msdn)
there's a presentation scott hanselman might interesting. (i haven't seen yet.)
there's a couple of lectures on pluralsight on odata if have subscription there.
Comments
Post a Comment