# Couchbase.Extensions **Repository Path**: mirrors_couchbaselabs/Couchbase.Extensions ## Basic Information - **Project Name**: Couchbase.Extensions - **Description**: Extensions for Couchbase for .Net Core - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Couchbase Extensions # [![Build status](https://ci.appveyor.com/api/projects/status/5jlr7hh5ay540guk?svg=true)](https://ci.appveyor.com/project/couchbaselabs/couchbase-extensions/branch/master) A collection of extensions for the [Couchbase .Net SDK](https://github.com/couchbase/couchbase-net-client) designed to simplify working with Couchbase within .Net Core applications. While not a officially supported Couchbase project, this repo is actively maintained and monitored. If you happen to find a bug or have any questions, please either create an [issue](https://github.com/couchbaselabs/couchbase.extensions/issues) or make a post on [forums.couchbase.com](forums.couchbase.com). Additionally, we actively accept contributions! ## Developer Guide ## - [Couchbase.Extensions.Caching](docs/caching.md): A distributed Cache [Middleware](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware) for [ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/) and [Couchbase](http://couchbase.com) server - [Couchbase.Extensions.Compression.Snappier](docs/compression.md): An adapter to enable Snappy compression for key/value operations - [Couchbase.Extensions.MultiOp](docs/multi-op.md): Provides extensions for ICouchbaseCollection to perform multiple similar operations in parallel. - [Couchbase.Extensions.Session:](docs/session.md) A distributed Session [Middleware](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware) for [ASP.NET Cor](https://docs.microsoft.com/en-us/aspnet/core/)e and [Couchbase](http://couchbase.com) Server - [Couchbase.Extensions.Locks](docs/locks.md): A system for managing distributed mutexs backed by Couchbase. ## Licensing ## Open source under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license. Please contribute :)