REST WebServices in C#
I need to develop a Rest Webservice, Where can I find tutorial or complete sample code to build REST W开发者_开发知识库ebServices in C#. Please help me with sample
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
How to: Create a Basic WCF REST Service
REST Enabled Service in WCF Tutorial
精彩评论