Use CouchDB with .NET

.net, asp.net, c#, couchdb

Solution

Take a look at the SharpCouch utility class.

It is a simple wrapper class for the CouchDB HTTP API.

Problem

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

Original source