Couchbase .NET Client

October 23, 2012

Using C# Domain Objects to Define Couchbase Views

The Couchbase Client Library 1.2-Beta includes a new API for some basic cluster management.  There are methods for creating, removing and listing buckets.  There are similar methods for managing design documents.  These new features are found in the new class CouchbaseCluster, under the Couchbase.Management namespace.  The main benefit of this new API is that it's now possible to allow your application to create its bucket and set its design documents when it starts up. 

Read more »

December 23, 2011

Wicked Easy .NET and NoSQL with Couchbase Server

NoSQL doesn't have to be difficult.  Generally speaking, it isn't.  But admittedly, and especially on Windows, it's not always as clean as it could be.  Each database has its challenges.  Some are difficult to install.  Some are difficult to configure. Some have poor server admin tools.  Some lack strong client library support.

Read more »