MyCouch - the async CouchDb client for .Net
Recently I started a new open source project called MyCouch [http://github.com/danielwertheim/mycouch]. It’s a simple async CouchDB client for .Net. It’s based on top of the async HttpClient found in .Net 4.5, but thanks to Microsoft’s portable class libraries (PCL) found on NuGet, there’s now also…
Daniel Wertheim