Anyone have a recommendation for a REST client wrapper for .NET similar to ActiveResource?
A:
I don't know Ruby well enough, but you could try the WCF REST Starter Kit for a wrapper.
Traveling Tech Guy
2010-01-05 21:35:24
A:
This has some information about writing your own. http://stackoverflow.com/questions/1589179/guidance-for-writing-a-wrapper-for-a-rest-api
Here's a simple tutorial on writing your own in just 4 easy steps using wcf http://howto-notes.blogspot.com/2009/04/wcf-rest-client.html
Aaron M
2010-01-05 21:39:25