Category: .NET

3 EF Core Integrations That Work with Couchbase
3 EF Core Integrations That Work with Couchbase

Whether you’re building secure web applications, GraphQL APIs or integrating with BI tools, The EF Core and Couchbase combo makes it possible

Announcing the General Availability of the Couchbase EF Core Provider
Announcing the General Availability of the Couchbase EF Core Provider

The Couchbase EF Core Provider is now generally available, bringing seamless integration between Couchbase and Entity Framework Core.

Certifications That Matter: How Couchbase Academy Elevates Your Database Career
Certifications That Matter: How Couchbase Academy Elevates Your Database Career

Advance your database career with Couchbase Academy’s flexible, expert-led certifications. Get certified and stand out!

Plataforma única, Couchbase multiuso: Pesquisa vetorial, geoespacial, SQL++ e muito mais
Plataforma única, Couchbase multiuso: Pesquisa vetorial, geoespacial, SQL++ e muito mais

Descubra como a abordagem multiuso do Couchbase combina pesquisa vetorial, geoespacial, SQL++ e mais, simplificando aplicações complexas em uma única plataforma.

Single Platform, Multi-Purpose Couchbase: Vector Search, Geospatial, SQL++, and More
Single Platform, Multi-Purpose Couchbase: Vector Search, Geospatial, SQL++, and More

See how Couchbase unites SQL, vector search, and geospatial queries in the 'What is This Thing?' demo for seamless AI-driven data access.

How to Build Real World Web Applications with Couchbase
How to Build Real World Web Applications with Couchbase

I embarked on a journey to build an ASP.NET + Couchbase implementation - a solid starting point for .NET devevelopers using Couchbase

Extending .NET Caching Provider for Collections
Extending .NET Caching Provider for Collections

With a custom implementation of an interface, and one extra line in your code, you can specify custom scope/collections for storing data.

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

ASP.NET Core CRUD with NoSQL: Part 5
ASP.NET Core CRUD with NoSQL: Part 5

Learn about deleting with SQL++ or Key-Value, soft-deleting data, improving the index, and more. Sign up for a Capella free-trial and try it for yourself.

ASP.NET Core CRUD with NoSQL: Part 4
ASP.NET Core CRUD with NoSQL: Part 4

In this post we look at the U in CRUD that stands for UPDATE, and we build an ASP.NET Core CURD endpoint that uses UPSERT in a SQL++ query.

ASP.NET Core CRUD with NoSQL: Part 3
ASP.NET Core CRUD with NoSQL: Part 3

Continue building an ASP.NET Core app for Couchbase - in this post, we add key-value NoSQL document retrieval capabilities and test endpoints.

ASP.NET Core CRUD with NoSQL: Part 2
ASP.NET Core CRUD with NoSQL: Part 2

In this post we look at the R in CRUD that stands for Read, and we build an ASP.NET Core endpoint to read data from Couchbase using SQL.