You need tocreate methods to support standard insert, select,update and delete operations in an HTTP service

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 tocreate methods to support standard insert, select,update
and delete operations in an HTTP service. What should you do?

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 tocreate methods to support standard insert, select,update
and delete operations in an HTTP service. What should you do?

Answer:

Explanation:

Put is a correct answer, however if PUT is missing as an option, POST could also be valid if you consider “id” to
be a parameter.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


CKDEV

CKDEV

GET, GET, GET, GET, POST, PUT/POST, DELETE