What are the advantages of using REST in Web API?
Answer / lakshman
1.low resources required when working with rest service.
2.No contract between client and server so its loosely coupled
3.its light weighted service
4.supports various technologies for data transfer such as xml,json,html,text
| Is This Answer Correct ? | 0 Yes | 0 No |
How web services are implemented in .net?
Where does jaxb compiler is located?
What are the characteristics of web services?
What is restful web services?
Is google a web service?
What’s the attribute for webservice method? What is the namespace for creating webservice?
What are the core components of http request and http response?
What class in .net is used to install a windows service?
Is microservice a web service?
What are the situations, when we need asp.net web services?
What is the usage of service discovery layer in web service protocol stack?
Can a web service call another web service?