PrepAway - Latest Free Exam Questions & Answers

You need to create methods to support standard insert, …

DRAG DROP
You are developing an ASP.NET MVC Web API application.
The method names of the Web API must match naming guidelines for RESTful services.
You need to create methods to support standard insert, select, update, and delete operations in an HTTP
service.
What should you do? (To answer, drag the appropriate HTTP methods to the correct row in the table in the
answer area. Each HTTP method may be used once, more than once, or not at all. You may need to drag the
split bar between panes or scroll to view content.)
Select and Place:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
To update a data (here customer), PUT is the preferred method, but as it is not available here, the second best
suggestion is POST.
http://msdn.microsoft.com/en-us/library/ff478141.aspx

2 Comments on “You need to create methods to support standard insert, …


Leave a Reply