How can i build a REST service with C#.net?
Is there any articles I can check?
Google results return C# REST client but I d like to build one.
How can i build a REST service with C#.net?
Is there any articles I can check?
Google results return C# REST client but I d like to build one.
You can build this with WCF.
Check out the resources on MSDN for lots of information on the subject. Especially A Developer's Guide to the WCF REST Starter Kit.
One of the best article series I have read on REST is here: http://shouldersofgiants.co.uk/Blog/?tag=/restful&page=2