-1

How to start learning ASP RESTful services?
What do I need to know before start learning RESTful services?

Any suggestions will be grateful.

Seymour
  • 7,043
  • 12
  • 44
  • 51
Shehab
  • 95
  • 1
  • 1
  • 7

1 Answers1

2

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

Seymour
  • 7,043
  • 12
  • 44
  • 51