tags:

views:

33

answers:

2

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
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