views:

347

answers:

2

Hi, 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

Thanks,

+2  A: 

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

marc_s