How to start learning ASP RESTful services?
What do I need to know before start learning RESTful services?
Any suggestions will be grateful.
How to start learning ASP RESTful services?
What do I need to know before start learning RESTful services?
Any suggestions will be grateful.
You should refer to the Microsoft "Guide to Designing and Building RESTful Web Services" which provides a very comprehensive overview of the REST prerequisite knowledge such as HTTP, URI and then reviews REST and finally details WCF support for RESTful services.
https://msdn.microsoft.com/en-us/library/dd203052.aspx
After reviewing the Microsoft design guide, you should review the highly rated CodeProject article on REST.
http://www.codeproject.com/Articles/571813/A-Beginners-Tutorial-on-Creating-WCF-REST-Services