John Zablocki | Couchbase Blog

Author

All posts by John Zablocki

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

This post introduces to the RepositoryBase and how it’s extended and how to create a simple Repository of T for Couchbase using the .NET Client Library.

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