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
Take a look at the SharpCouch utility class.
It is a simple wrapper class for the CouchDB HTTP API.