John Zablocki | Couchbase Blog

Author

All posts by John Zablocki, NET. SDK Developer, Couchbase

John Zablocki is a NET. SDK Developer at Couchbase. John is also the organizer of Beantown ALT.NET and a former adjunct at Fairfield University. You can also check out the book on Amazon named "Couchbase Essentials" which explains how to install and configure Couchbase Server.

TapMap Part I: Working with a Repository of T with Couchbase Server 2.0 and the .NET Client Library

TapMap Part I: Working with a Repository of T with Couchbase Server 2.0 and the .NET Client Library

I’ve been meaning to put together a reference application for using .NET and Couchbase Server.  While traveling to London for the Progressive NoSQL conference at Skills Matter, I passed the hours waiting for my hotel room to be ready by...

Using C# Domain Objects to Define Couchbase Views

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...

Wicked Easy .NET and NoSQL with Couchbase Server

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....

XDCR with ASP.NET and Nancy

XDCR with ASP.NET and Nancy

You’re probably aware of the new Cross Data Center Replication (XDCR) feature of Couchbase Server 2.0.  Its most obvious utility is to allow you to replicate data from one Couchbase cluster to another.  However, there are more novel use cases...