Martin Esmann | Couchbase Blog

著者

全ての投稿者 Martin Esmann, Developer Advocate, Couchbase

Martin Esmann is a .Net Developer Advocate at Couchbase. He is a passionate developer with a deep focus on Microsoft Technologies like .NET.

Couchbase Server 4.1 Developer Preview – Interview
Couchbase Server 4.1 Developer Preview – Interview

Couchbase Server 4.1 Developer Preview – Interview Last week I did an interview with David Haikney from Couchbase Engineering about the new Developer Preview of Couchbase Server 4.1. We talk about some of the new features introduced and what they...

Couchbase with Azure ARM Templates
Couchbase with Azure ARM Templates

This blog post describes how to set up your own Couchbase Cluster using Azure Resource Manager templates, aka ARM templates. Prerequisites: If you would like to try this you will need a few things: Azure Subscription, sign-up here for a...

Continuous Deployment with Jenkins & .NET
Continuous Deployment with Jenkins & .NET

This post focuses on how to use Jenkins to set-up test data in Couchbase before running your test code for continuous integration/continuous deployment.

N1QL Samples
N1QL Samples

Learn N1QL by sample N1QL is the document query language used to query data in Couchbase Server (CB). N1QL will be an integrated part of CB 4, until then there is a preview version available. SQL for JSON Documents N1QL...

Indexes for N1QL: or how I got an order magnitude speed increase
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 about N1QL the conversation always opens...

Couchbase .NET Client SDK Tutorial
Couchbase .NET Client SDK Tutorial

If you're an existing .NET Developer but new to Couchbase, this tutorial is for you! With this tutorial we aim to help you understand what Couchbase Server is and how to use it from .NET in a step by step...

Couchbase 4.0 has landed!
Couchbase 4.0 has landed!

Couchbase Server 4 has landed! and the Couchbase .NET SDK makes it easy to use! What's new? N1QL – you can now do rich query against your JSON documents in Couchbase Filtered XDCR – Not all data needs to be...

OSCON EU – Impressions & Questions
OSCON EU – Impressions & Questions

This was my first time at OSCON… and it was fun! After two days booth duty at OSCON Amsterdam I’m back in the airport, drinking a coffee while I let all the impression sink in. A few words about OSCON...

Hosting Couchbase Server in Windows Azure (Part 2)
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 most external connections to the Virtual...

Hosting Couchbase Server in Windows Azure (Part 1)
Hosting Couchbase Server in Windows Azure (Part 1)

Learn all the steps involved in setting up Windows Azure and Couchbase starting from single node developer to a production with multiple nodes and failover.