9
Shouts

Create REST service with WCF and Consume using jQuery

published 832 days, 1 hour, 27 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 833 days, 20 hours, 2 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 5:29:02 PM GMT

Code What is REST ?

Rest=Representational state transfer which is an architecture design to represent the resources. Rest provide the uniform interface through additional constraints around how to identify resources, how to manipulate resources through representations, and how to include metadata that make messages self-describing.

Rest is not tied with any platform and technology but WEB is only platform which satisfy the all constrain. So any thing you build using Rest constrain, you do it on Web ...

category: Web Dev | clicked: 5 | | source: pranayamr.blogspot.com | show counter code
tags: REST service, jQuery