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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -