Reputation: 825
I need to develop a Rest Webservice, Where can I find tutorial or complete sample code to build REST WebServices in C#. Please help me with sample
Upvotes: 6
Views: 6143
Reputation: 1038710
How to: Create a Basic WCF REST Service
REST Enabled Service in WCF Tutorial
Upvotes: 4
Reputation: 754200
The WCF Rest Starter Kit is probably your best starting point.
Also, Aaron Skonnard of Pluralsight did a great screencast series on the WCF REST Starter kit - check it out at the Pluralsight screencast page (click on the REST tag in the tag cloud).
For general information on WCF, including the REST bits of it, check out the MSDN WCF Developer Center.
Hope that helps!
Marc
Upvotes: 4