This video will show you how to create a RESTful service in WCF?
A step by step WCF tutorial to create a RESTful service.
REST is the short form of Representational State Transfer. REST says each resource should be accessed by URI.
How to create WCF RESTful service in C# ?
You can visit a set of WCF tutorial on http://www.sharepointcafe.net/p/wcf-tutorial.html
#wcf #c# #rest #restful_service