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.