server-connection-dotnet

Installation
SKILL.md

Couchbase SDK Connection Management — .NET

Platform-agnostic concepts (connection string formats, timeout semantics, durability, sub-document, troubleshooting): shared/server/sdk-connection-concepts.md

The One Rule: One Cluster Per Process

Create one ICluster per application process and reuse it. In ASP.NET Core, use AddCouchbase() — the SDK manages the singleton lifecycle.


ASP.NET Core (recommended)

Installs
2
First Seen
Jun 18, 2026
server-connection-dotnet — couchbaselabs/agent-skills