.NET equivalent of the Ruby ActiveResource Library
Anyone have a recommendation for a REST client wrapper for .NET similar to 开发者_开发技巧ActiveResource?
I don't know Ruby well enough, but you could try the WCF REST Starter Kit for a wrapper.
This has some information about writing your own. 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
精彩评论