Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is REST services?
How is it different from simple web services?
What is the advantages of using REST?
How to use this?
Posted
Comments
nagendrathecoder 20-Sep-11 5:46am    
Search google

Here you go rest services[^]
 
Share this answer
 
Below are the link from where I learned about REST.

Link 1[^]

Link2[^]
 
Share this answer
 
If you get plenty of REST you'll be able to look it up yourself.
 
Share this answer
 
Comments
nagendrathecoder 20-Sep-11 5:45am    
Awesome :D
What is REST services?

Rest is stands for representational state transfer.Rest follows 5 rules
1.Every thing in form of resource rather a physical file
2.Every Resource is Identified by a Unique Identifier
3.Use Simple and Uniform Interfaces
4.Communication is Done by Representation
5.Be Stateless
Implementing 5 important principles of REST using WCF Services[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900