Author
-

Continuous Deployment with Jenkins & .NET
This is the first blog post of two about Jenkins and Couchbase. This first post is a general introduction to Continuous Deployment: you’re going to learn to use Jenkins to deploy a .NET application…
-

Indexes for N1QL: or how I got an order magnitude speed increase
Indexes for N1QL: or how I got an order magnitude speed increase In Couchbase 4.0 we introduced N1QL query language: a flexible query language that brings SQL-like query to JSON documents. Whenever we talk…
-

Hosting Couchbase Server in Windows Azure (Part 2)
Following up from the first blog post, let’s continue with Endpoint configuration and some .NET code to test the connection to the Couchbase node. Endpoint Configuration, what is that exactly? By default, Azure blocks…