Tag: .NET SDK

DevIntersection 2022 Recap

DevIntersection 2022 Recap

As a sponsor of the DevIntersection 2022 conference in Las Vegas, Couchbase was able to showcase its NoSQL database solutions to the attendees. We had a booth in the expo hall and a speaking session where I discussed caching. Finally,...

December 19, 2022
The Sprouts of “SDK 3”

The Sprouts of “SDK 3”

Software is alive. By that, I am not referring to the part where it can occasionally vex you in how it gets into a certain state. That is probably explainable by a bug somewhere. By alive I am referring to...

SDK Features – New For Couchbase 4.6

SDK Features – New For Couchbase 4.6

Along with this week’s Couchbase Server 4.6 release we have a super packed release with several new SDK features to help you streamline development. From efficiently managed Data Structures to the latest support for .NET Core, it is time to update to...

February 16, 2017
Data Structures: Native Collections New in Couchbase 4.6

Data Structures: Native Collections New in Couchbase 4.6

Data Structures in Couchbase 4.6 is our newest time-saving SDK feature.  These allow your client applications to easily map your array-based JSON data into language specific structures. Leveraging native collections support in Couchbase will save you time and hassle: Easily map JSON...

February 16, 2017
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...

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

Couchbase .NET SDK 1.3.6 Released, How to Contribute to Couchbase .NET SDK and Other News

Couchbase .NET SDK 1.3.6 Released, How to Contribute to Couchbase .NET SDK and Other News

Today’s Release Today we released version 1.3.6 of the .NET SDK! This was another bug fix/maintenance release that included several contributions from the Couchbase community. Being an Open Source Software project, we depend upon community involvment and each and every...

Introducing Couchbase .NET SDK 2.0 Beta!

Introducing Couchbase .NET SDK 2.0 Beta!

Some call it “bayduh”, others like my colleague Don Pinto here at Couchbase call it “bee-tah”; but whatever you call it were shipping it! After many months of development and three developer previews, we proudly present the Couchbase .NET SDK...

The Essential Couchbase APIs Cheat Sheet

The Essential Couchbase APIs Cheat Sheet

As a developer, you might want to quickly check out the programming API’s in your favorite language and build your app.  While there is nothing that can replace reading all the API details in the Couchbase Server documentation, a refcard...

Couchbase .NET SDK 1.3.7 Released and 2.X News!

Couchbase .NET SDK 1.3.7 Released and 2.X News!

SDK 1.3.7 Released Today Today we released a minor version of the .NET 1.X SDK: 1.3.7. This was a very small bug fix release and featured some contribitions from the community. A big thank you to the individuals who contributed...

Couchbase .NET Client 1.3.5 Released!

Couchbase .NET Client 1.3.5 Released!

Hey folks, just a quick update that we have released version 1.3.5 of Couchbase .NET SDK! This a maintenance release and includes the following fixes: NCBC-438: Add finalizer to CouchbaseClient to ensure resources are released Add a destructor to CouchbaseClient...