according to wikipedia REST terms
REST can be considered an architectural style for the entire Web world. An architectural style developed in parallel with the HTTP / 1.1 protocol, based on an existing HTTP / 1.0 project
REST practice began a long time ago, along with the development of HTTP. If I understand defenetions correctly, we can use existing technologies and create REST services on it.
My requirement is to create RESTFul services on top of .Net 2.0 (I know this can be easily implemented in WCF, but at the moment I don't have that luxury).
is it possible?
if possible, working examples ..
Are there blogs on the Internet or online posts covering the implementation of this approach? ..
EDIT:
I forgot to mention this.
- Is it possible to use REST services from javascript.
Thanks at Advance
source
share