Jeff Jeff Morris, Senior Software Engineer, Couchbase | Couchbase Blog

Author

All posts by Jeff Morris, Senior Software Engineer, Couchbase

Jeff Morris is a Senior Software Engineer at Couchbase. Prior to joining Couchbase, Jeff spent six years at Source Interlink as an Enterprise Web Architect. Jeff is responsible for the development of Couchbase SDKs and how to integrate with N1QL (query language).

New Features in Couchbase SDK 3.1!

New Features in Couchbase SDK 3.1!

In the spring of 2020, we released the latest revamp of the Couchbase SDK: 3.0. Shipping alongside Couchbase Server 6.5.0 and offering early, experimental support for Scopes and Collections, it also included a completely new API and consistency across the...

Introducing the Couchbase .NET SDK 3.0  “Alpha” Releases

Introducing the Couchbase .NET SDK 3.0 “Alpha” Releases

What’s in an SDK? Couchbase Server offers multiple services for storing, retrieving, querying and analyzing your data. Each service exposes a public API either as REST API or via lower level, extended, Memcached binary protocol. With the proper Authentication and...

Introducing Couchbase .NET 2.4.0 – .NET Core GA

Introducing Couchbase .NET 2.4.0 – .NET Core GA

This release is the official GA release for .NET Core support for the Couchbase .NET SDK! .NET Core is the latest incarnation of the .NET framework and its described as “.NET Core is a blazing fast, lightweight and modular platform for...

Couchbase .NET SDK 2.0.2 released Today!

Couchbase .NET SDK 2.0.2 released Today!

Today we are releasing another bug fix and maintenance release of the Couchbase .NET SDK: 2.0.2. This is a follow up release to 2.0 and 2.0.1 and most notably provides support for N1QL DP4 which is now merged with the...

Resolving Keys Embedded within JSON

Resolving Keys Embedded within JSON

A question came up today from a developer looking to migrate to Couchbase from something else.  That “something else” had a JSON document with some metadata in it.  Couchbase separates data from metadata for some good reasons, so then we’d...

Using Jil for custom JSON Serialization in the Couchbase .NET SDK

Using Jil for custom JSON Serialization in the Couchbase .NET SDK

One of the new features introduced in 2.1.0 of the Couchbase .NET SDK was support for overriding the default serializer with your own custom serializer by extending the ITypeSerializer interface and providing your own or favorite serializer. In this article...

Introducing Couchbase .NET SDK Core 2.4.0 DP1!

Introducing Couchbase .NET SDK Core 2.4.0 DP1!

The new “hotness” in the Microsoft .NET world is .NET Core Framework: an open source, cross platform (OSX, Linux, and Windows) implementation of the .NET framework. In an effort to provide the very best developer environment, today Couchbase is releasing...

Couchbase .NET SDK 2.3.5 Now Available!

Couchbase .NET SDK 2.3.5 Now Available!

Couchbase .NET SDK 2.3.5 Now Available! Today we are releasing Couchbase .NET SDK 2.3.5 another bug-fix/maintenance release. In this we release we added a new, improved security model for passing credentials to the server: SCRAM-SHA1. We also added a few...

Couchbase .NET SDK 2.3.3 Now Available!

Couchbase .NET SDK 2.3.3 Now Available!

Couchbase .NET SDK 2.3.3 Now Available! Today we are releasing a maintenance and bug fix release of the Couchbase .NET SDK. This is a follow up release to 2.3.0 and 2.3.1 (there is no 2.3.2 release) and we suggest you...

Introducing Couchbase .NET SDK 2.3.0 and 2.3.1

Introducing Couchbase .NET SDK 2.3.0 and 2.3.1

Introducing Couchbase .NET SDK 2.3.0 and 2.3.1 Today we are releasing version 2.3.0 of the official Couchbase SDK for .NET languages! This is a minor release and includes support for all new Couchbase Server 4.5 features including Full Text Search...

New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

New Release: Couchbase .NET SDK 2.2.8! Today we are releasing version 2.2.8 (v2.2.8) of the Couchbase .NET SDK! In this release you will find bug fixes and Developer Previews (DP) for upcoming features in support of Couchbase Server 4.5. This...

Released: Linq2Couchbase v1.1.0 the official Linq provider for Couchbase N1QL!

Released: Linq2Couchbase v1.1.0 the official Linq provider for Couchbase N1QL!

Released: Linq2Couchbase v1.1.0 the official Linq provider for Couchbase N1QL! Earlier this week we released v1.1.0 (specifically v1.1.0.2) of Linq2Couchbase, the official Linq Provider for Couchbase Server and N1QL! This release includes new and experimental features as well as bug...