C# Libraries for CouchDB?
All CouchDB functionality is exposed through HTTP API, so all you actually need is a good HTTP library and some error code handling. I guess that's the reason you'll not find many CouchDB libs around: the protocol/API is so easy that you can get started right away.