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
Very easy to use .NET API for CouchDB included into WDK10 that you can grab from http://code.google.com/p/skitsanoswdk/ it is very flexible and allows you to deal with your data on objects and pure json level.