Monday, July 04, 2011

RESTful from a conceptional view - Part 1

REST (Representational State Transfer) for 1 slide:

  • Web Services expose their data and functionality through resources identified by a unique URI
  • Uniform Interface Principle: Clients interact with resources through a fix set of verbs
    Example:
    - GET – read
    - PUT – update
    - DELETE – remove
    - POST – create
  • Multiple representations for the same resource
  • Hyperlinks model resource relationships and valid transfer state transitions for dynamic protocol description and discovery





No comments:

Shared Cache - .Net Caching made easy

All information about Shared Cache is available here: http://www.sharedcache.com/. Its free and easy to use, we provide all sources at codeplex.

Facebook Badge