Tag: .NET Core

NDP Episode #24: Brant Burnett on Linq

NDP Episode #24: Brant Burnett on Linq

Linq is the focus of the latest episode of The NoSQL Database Podcast. Brant Burnett joins as the special guest to talk about all things Linq and Linq with NoSQL. I’m also joined by special co-host Jeff Morris, an engineer...

October 12, 2018
N1QL Enhancements in Couchbase Server 5.0

N1QL Enhancements in Couchbase Server 5.0

N1QL enhancements have come to Couchbase. N1QL is one of the flagship features of Couchbase Server. The release of Couchbase Server 5.0 further bolsters N1QL with a range of enhancements. Many of these enhancements have been covered in previous blog...

October 31, 2017
Fast Failover with Couchbase Server 5.0

Fast Failover with Couchbase Server 5.0

Fast failover is one of the many improvements that come with the release of Couchbase Server 5.0 (now available for download). Failover is one of the important concepts to understand when it comes to distributed databases. The CAP theorem states...

October 30, 2017
Distributed session management with ASP.NET Core and Couchbase

Distributed session management with ASP.NET Core and Couchbase

Distributed session is a way for you to store your session state outside of your ASP.NET Core application. Using Couchbase to store session state can help you when you need to scale your web site, especially if you don’t want...

September 20, 2017
Dependency Injection with ASP.NET Core and Couchbase

Dependency Injection with ASP.NET Core and Couchbase

Dependency Injection is a design pattern that makes coding easier. It saves you the hassle of instantiating objects with complex dependencies, and it makes it easier for you to write tests. With the Couchbase.Extensions.DependencyInjection library (GitHub), you can use Couchbase...

September 8, 2017
Distributed caching with ASP.NET Core and Couchbase

Distributed caching with ASP.NET Core and Couchbase

Distributed caching can help to improve performance of an ASP.NET Core application. This is especially true for an ASP.NET application that’s deployed to a server farm or scalable cloud environment. Using Couchbase Server for caching is one of the many...

September 6, 2017
C# Tuples: New C# 7 language feature

C# Tuples: New C# 7 language feature

C# tuples are a new feature of C# 7. I’m going to show you the basics of how C# tuples work. I’m also going to mix in a little Couchbase to show tuples in action. However, if you don’t want...

April 6, 2017
ASP.NET with NoSQL Workshop

ASP.NET with NoSQL Workshop

I delivered an ASP.NET with NoSQL workshop at the recent Indy.Code() conference in Indianapolis. I had a lot of fun at this conference, and I recommend you go next year. If you were unable to attend, don’t worry, because I’ve...

April 3, 2017
Data structures with Couchbase and .NET (video)

Data structures with Couchbase and .NET (video)

In February, I wrote a blog about using data structures with .NET (and .NET Core): List, Queue, and Dictionary. Now, I’ve created a video to show the same concepts in action. How to use Couchbase Data Structures with .NET [youtube...

March 27, 2017
Couchbase Meets .Net Core and Docker

Couchbase Meets .Net Core and Docker

With the release of the Couchbase .NET SDK 2.4.0, Couchbase now has official support for .NET Core. This opens up a wide new world for .NET Couchbase developers. In particular, we can now use Docker to easily manage our applications...

.NET Core List, Queue, and Dictionary Data Structures backed by Couchbase

.NET Core List, Queue, and Dictionary Data Structures backed by Couchbase

The addition of the sub-document API to Couchbase 4.5 has paved the way for efficient data structure support in Couchbase. In this blog post, I’m going to show a demo of three types of data structures you can use with...

February 2, 2017
.NET Core and Visual Studio Code (video)

.NET Core and Visual Studio Code (video)

This video shows how I’m using .NET Core with Visual Studio Code and the Couchbase .NET Core SDK. Download .NET Core Download Visual Studio Code If you’d like to learn more about how to use Couchbase, please visit our Couchbase...

December 14, 2016