REST in WCF (Windows Communication Foundation)
REpresentational State Transfer = REST
Q: What is REST in WCF ?
http://www.infoq.com/articles/rest-introduction
Rest concept and overview you can read from here.
http://msdn.microsoft.com/en-us/library/ee391967.aspx
REST Service
==============
http://msdn.microsoft.com/en-us/netframework/dd729270.aspx
More about REST can be read from
http://forums.asp.net/t/1438468.aspx
I will start with an example, So if you dont have
REST installed in your machine, you can get the
installer from this link (Assuming that you have 3.5 application already installed in your machine.)
Once installed, open new project => select "REST Singleton WCF Service"