Category: C#

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

Announcing the General Availability of Couchbase Mobile 2.0
Announcing the General Availability of Couchbase Mobile 2.0

Couchbase Mobile 2.0 is available! Why we should use Couchbase Mobile 2.0 and the specific features include like Couchbase Lite and Sync gateway.

Geospatial Search With ASP.NET Core, Aurelia, Google Maps
Geospatial Search With ASP.NET Core, Aurelia, Google Maps

Geospatial search is fully supported in Couchbase Server 5.5. This post demonstrates geospatial search capabilities with a web-based UI.

Azure Functions and Lazy Initialization with Couchbase Server
Azure Functions and Lazy Initialization with Couchbase Server

A Couchbase cluster is an expensive object to create. You can lazily instantiate and share between Azure Functions calls.

Azure Functions with Couchbase Server
Azure Functions with Couchbase Server

Azure Functions are Microsoft's answer to "serverless". With this post, you'll develop, deploy, and interact with Couchbase with Azure Functions.

SQL Server and Couchbase side-by-side (video)
SQL Server and Couchbase side-by-side (video)

SQL Server and Couchbase Server compared and contrasted within an ASP.NET MVC web application. Entity Framework and Linq2Couchbase are also used.

Converting XML to JSON In C# Using Json.NET
Converting XML to JSON In C# Using Json.NET

Follow the necessary steps to convert XML to JSON in C# using Json.NET with this guide from Couchbase. We are here to make data work best for you.

Logging with Log4Net and Common Logging
Logging with Log4Net and Common Logging

How to use Common.Logging with a logging tool like log4net to log and help debug Couchbase .NET SDK activity.

C# Tuples: New C# 7 language feature
C# Tuples: New C# 7 language feature

C# tuples are a new feature of C# 7. Learn the basics of how C# tuples work from this post, including a mix of a little Couchbase to show tuples in action.

ASP.NET with NoSQL Workshop
ASP.NET with NoSQL Workshop

Materials and instructions for an ASP.NET and ASP.NET Core with NoSQL (Couchbase) workshop.

Data structures with Couchbase and .NET (video)
Data structures with Couchbase and .NET (video)

How to use data structures in .NET and .NET Core that are backed by Couchbase. This video covers List, Queue, and Dictionary.

Moving from SQL Server to Couchbase Part 1: Data Modeling
Moving from SQL Server to Couchbase Part 1: Data Modeling

This post explains how to move a document database when you have a relational background. Specifically, Microsoft SQL Server compared to Couchbase Server.