Tag: C#

Using the N1QL RETURNING keyword from .NET Core

Using the N1QL RETURNING keyword from .NET Core

I’ve recently learned about the RETURNING keyword in N1QL. When you add it to end of a N1QL query, that query will return the result set that was operated on. For instance, if you use an UPDATE, and that query...

December 8, 2016
Couchbase with Windows and .NET – Part 4 – Linq2Couchbase

Couchbase with Windows and .NET – Part 4 – Linq2Couchbase

Part 1 covered how to install and setup Couchbase on Windows Part 2 covered some Couchbase lingo that you’ll need to know Part 3 showed the very simplest example of using Couchbase in ASP.NET In this blog post, I’m going...

May 18, 2016
Introducing Linq2Couchbase Developer Preview 1: The Linq provider for Couchbase N1QL!

Introducing Linq2Couchbase Developer Preview 1: The Linq provider for Couchbase N1QL!

*Sample code for this post is available in the couchbase-net-examples project here. I am very excited to announce developer preview #1 of the official Linq provider for Couchbase N1QL! This is a very early pre-release to introduce the provider, preview...

Couchbase .NET SDK 2.1.3 (and 2.1.2) released!

Couchbase .NET SDK 2.1.3 (and 2.1.2) released!

  Today we are releasing a follow up release to 2.1.0 and 2.1.1 that includes support for Multidimensional Scaling (MDS) for Couchbase Server 4.0 Beta and a plethora of bug fixes! In this post i’ll explain what MDS is and...

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

Guest post from CenterEdge Software: Couchbase and N1QL Security

Guest post from CenterEdge Software: Couchbase and N1QL Security

Note: this is a guest post by Brant Burnett of CenterEdge Software, a company which developes POS and specialty software for the amusement park, leisure and entertainment industries. Overview N1QL is an incredibly powerful new tool which will help to...

Couchbase .NET SDK 2.0.1 is now available!

Couchbase .NET SDK 2.0.1 is now available!

Today we are releasing version 2.0.1 of the Couchbase .NET SDK 2.0. This is a follow up release from the GA release 2.0.0 in early December of last year and largely includes bug fixes and performance improvements building on the...

Couchbase .NET SDK 2.0 GA Available!

Couchbase .NET SDK 2.0 GA Available!

Today we are releasing the new Couchbase .NET SDK for General Availability! This is a complete rewrite of the SDK and is based off of the Couchbase SDK 2.0 Specification, meaning it maintains a consistent interface with all of the...

Couchbase .NET SDK 1.3.10 Now Available!

Couchbase .NET SDK 1.3.10 Now Available!

This is bug fix and maintenance release for the 1.3.X version of the Couchbase .NET Client. It contains a number of bug fixes and a performance enhancement specific to add/remove node and rebalance scenarios. It is suggested that users of...

Introducing the Couchbase .NET SDK 2.0 Beta 2!

Introducing the Couchbase .NET SDK 2.0 Beta 2!

Today we are releasing a Beta 2 of the Couchbase .NET SDK 2.0.   This is an exciting update in our continued commitment to the .NET platform, and the .NET community.  We've even managed to squeeze in a few new features...

Couchbase .NET SDK 1.3.8 Released; Plus an Important Release Note!

Couchbase .NET SDK 1.3.8 Released; Plus an Important Release Note!

Today we are releasing version 1.3.8 of the Couchbase .NET SDK. Like the previous couple of 1.X releases, this is a bug fix/maintanence release. Note that nearly all new development is happening on the 2.0 Version of the .NET SDK,...

Updates to libcouchbase 2.4

Updates to libcouchbase 2.4

If you’ve been following along, a developer preview version of the library was released last month. It contained a whole bunch of improvements which you can read about here. TL;DR: Updated API docs is at http://docs.couchbase.com/sdk-api/couchbase-c-client-2.4.0-beta/index.html Download Page is at http://packages.couchbase.com/clients/c/index.html We’ve made some more...