Explain what is REST and RESTFUL?
Suresh Kumar
Select an image from your device to upload
REST:
1.Rest(Representational State Transfer)is a style of software architecture.2.The Rest Service is simple to use it HTTP protocol for all opeartions.3.Its lightweight and faster(it use the.JSON and .XML formats).
RESTFULL:
1.RestFULL(Representational State Transfer)is a style of software architecture.2.It uses the Complex Mechanisim like SOAP for Communication.3.WCF service will allows to make calls and exchange the data using SOAP protocol over different protocols (HTTP, TCP, MSMQ etc..).