Category: .NET

Alexa Skills with Azure Functions and Couchbase
Alexa Skills with Azure Functions and Couchbase

Alexa Skills are the "apps" that run on devices like the Echo. In this blog post, you'll build a skill using Azure Functions and Couchbase running on Azure.

Announcing Couchbase Mobile 2.0 Beta
Announcing Couchbase Mobile 2.0 Beta

Couchbase Mobile 2.0 beta is available now! Check out the features of Couchbase Mobile 2.0 beta and Travel Sample application created with Mobile 2.0.

How to Query Array Collections in Couchbase Lite
How to Query Array Collections in Couchbase Lite

In this Couchbase blog post, we will discuss array query collections conducted using Couchbase Lite, the new API query interface based on N1QL.

Chatbot on Azure and Couchbase for Viber
Chatbot on Azure and Couchbase for Viber

Use a serverless approach to quickly build a chatbot. In this blog post, I'll show you an example with Azure, Couchbase, and Viber.

ASP.NET Core with Couchbase: Getting Started
ASP.NET Core with Couchbase: Getting Started

This video will show you how to get started with ASP.NET Core using Couchbase Server. You'll create an HTTP REST API for CRUD operations.

ASP.NET with Couchbase: Getting Started
ASP.NET with Couchbase: Getting Started

This video will show you how to get started with ASP.NET using Couchbase Server. You'll create an HTTP REST API for CRUD operations.

N1QL Enhancements in Couchbase Server 5.0
N1QL Enhancements in Couchbase Server 5.0

There are many N1QL enhancements in the new Couchbase Server 5.0 release. This blog post will help you to scratch the surface.

Fast Failover with Couchbase Server 5.0
Fast Failover with Couchbase Server 5.0

Fast failover is a new feature of Couchbase Server 5.0. This blog post demonstrates with a .NET Core console application and a Docker cluster.

Distributed session management in ASP.NET Core with Couchbase
Distributed session management in ASP.NET Core with Couchbase

Learn about distributed session management in ASP.NET Core with Couchbase. Scale your web apps seamlessly with our memory-first architecture and tools.

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.

Dependency Injection with ASP.NET Core and Couchbase
Dependency Injection with ASP.NET Core and Couchbase

In this Couchbase post, the dependency injection framework will be explored in-depth. Feel free to follow along with the code samples available on GitHub.

Distributed caching with ASP.NET Core and Couchbase
Distributed caching with ASP.NET Core and Couchbase

Distributed caching can provide performance and scalability benefits to your ASP.NET Core application. It's easy with Couchbase Server.