Please enable Javascript to correctly display the contents on Dot Net Tricks!
Web API Questions & Answers

All

  1. What is REST?

    REST stands for Representational State Transfer. This is a protocol for exchanging data over a distributed environment. REST is an architectural style which treat each service as a resource and access data by HTTP protocol methods like GET, POST, PUT, and DELETE.

    REST-style architectures consist of clients and servers. Clients initiate requests to servers who process these requests and return responses based on these requests. These requests and responses are built around the transfer of representations of these resources.

 
 
 
Free Interview Books