Can .NET (managed code) read and write to CouchDB?
I would like to build a part of my project that does document management using CouchDB
I have used JSON.NET in conjunction with the MS REST starter kit's http client class to integrate to CouchDB and it works really well.