Reputation: 43
Can any one post the details to develop restful web service in .net from scratch for crud operations... or where can i find solution... thank you
I found few readings for this... Step by Step tutorial of REST Enabled Service in WCF
Upvotes: 2
Views: 9191
Reputation: 6849
The following post provides links to Piers Lawson's excellent articles on restful web service using MVC: http://www.bloggersworld.com/index.php/restful-web-service-using-asp-net-mvc/
Upvotes: 1
Reputation: 5921
http://www.codeproject.com/KB/WCF/WCF_RESTFul_CRUD_Service.aspx
http://forums.asp.net/t/1644550.aspx/1
http://msdn.microsoft.com/en-us/library/dd203052.asp
What is the best way to consume REST web services?
Upvotes: 0