1.

What are the advantages of using Rest in Web API?

Answer»

REST is very IMPORTANT and beneficial in Web API because of the following REASONS:

  • It allows less data transfer between client and server.
  • It is easy to use and lightweight.
  • It provides more flexibility.
  • It also handles and controls various types of calls, returning various data formats.
  • It is considered best for USING it in mobile APPS because it makes less data transfer between client and server.
  • It uses SIMPLE HTTP calls for inter-machine communication rather than using more complex options like CORBA, COM+, SOAP, or RPC. 


Discussion

No Comment Found