Restful Service in WCF
What is Restful service in WCF? What is advantages? What is difference between SOAP and Resfful service?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pranay RanaPosted Feb 5, 2015, 1:16 AM
any thing you build using REST constraints, you do it on Web using HTTP. Following are the HTTP methods which are useful when creating REST Services.
HTTP Methods
You can read regarding it more on my post here : http://www.codeproject.com/Articles/182393/Create-a-REST-service-with-WCF-and-consume-it-usin