Category: .NET

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

Couchbase with Windows and .NET – Part 3 – ASP.NET MVC

Couchbase with Windows and .NET – Part 3 – ASP.NET MVC

This blog post is part 3 of a series: Part 1 covered how to install and setup Couchbase on Windows Part 2 covered some Couchbase lingo that you’ll need to know Are you ready to write some code? In this...

May 13, 2016
Couchbase with Windows and .NET – Part 2

Couchbase with Windows and .NET – Part 2

Couchbase with Windows and .NET – Part 2 – Lingo This blog post is part 2 of a series. Part 1 covered how to install and setup Couchbase on Windows. In part 1 – Setup, I showed the very basics...

May 9, 2016
Couchbase with Windows and .NET – Part 1 – Setup

Couchbase with Windows and .NET – Part 1 – Setup

In this blog post series, I’m going to show the very basics of interacting with Couchbase for .NET developers. I’ll start with the basics, and build towards a “vertical” slice of a complete ASP.NET MVC app. Let’s start with the...

May 4, 2016
Hello, Couchbase, it’s me, Matthew Groves!

Hello, Couchbase, it’s me, Matthew Groves!

I just started as a Developer Advocate at Couchbase, so let me tell you a little about myself. I’ve been coding since the early 2000s, mainly as a web developer. I live in Grove City, Ohio, which is a suburb...

April 26, 2016
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...

Couchbase.NET SDK v2.2.7 w/Developer Preview of Index Management now available!

Couchbase.NET SDK v2.2.7 w/Developer Preview of Index Management now available!

Couchbase.NET SDK v2.2.7 w/Developer Preview of Index Management now available! Today we are releasing version 2.2.7 of the official Couchbase .NET SDK! This release notably contains supports for Index management and adds to the Sub-Document API which was released as...

Couchase ASP.NET Integration Beta 3 released!

Couchase ASP.NET Integration Beta 3 released!

Today we pushed Beta 3 of the Couchbase ASP.NET Integration packages to NuGet! Formally known as Couchbase Caching and Session providers, this project contains or will contain implementations of various API’s (Caching/Session providers, Identity, etc) for integration between Couchbase Server...

Developer Preview of new Sub-document API included w/2.2.6 release of Couchbase .NET SDK

Developer Preview of new Sub-document API included w/2.2.6 release of Couchbase .NET SDK

Note: all examples can be found here. Today we are releasing a very special Developer Preview (DP) of a new feature in the upcoming release of Couchbase Server called Sub-document, along with our normal Couchbase Server .NET SDK 2.2.6! The...

Get to Know Our Couchbase Community – Meet Brant Burnett

Get to Know Our Couchbase Community – Meet Brant Burnett

As a follow up to last week’s post on meeting Andy Kruth, this week we’re getting to know Brant Burnett, our Community Champion from North Carolina. Tell us about yourself and what you do in your daily role? Brant: I’m...

Couchbase .NET SDK 2.2.4 now Available!

Couchbase .NET SDK 2.2.4 now Available!

Couchbase .NET SDK 2.2.4 now Available! Today we are releasing version 2.2.4 of the Couchbase .NET SDK! This release is the follow-up to 2.2.2 and includes 2.2.3, which was merged into 2.2.4. The most important feature of this release is...

Continuous Deployment with Jenkins & .NET

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 automatically. The second blog post will...