Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I would like to use WCF to make a RESTful service. Does anyone have any demos or links that I could learn from?

Thanks & regards,
Saurabh
Posted
Updated 26-Apr-12 22:00pm
v2

Sacha Barber[^] and I recently developed an application that makes good use of RESTful WCF calls. Sacha details the principals underlying the REST calls in this[^] article.

The actual end implementation is covered in the series of articles that we wrote starting here[^].

We make the source for the whole thing available here[^] and host the site for free use here[^]. With this, we hope you can get a full understanding of how you can make RESTful WCF work in a real world project.
 
Share this answer
 
 
Share this answer
 
Comments
jim lahey 27-Apr-12 6:16am    
why the downvote? gave you what you asked for..

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