---
title: Couchbase Lite on C#.Net
description: Start your Couchbase for Mobile and Edge adventure, get up and
  running with Couchbase Lite
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-couchbase-lite/edit/release/3.3/modules/csharp/pages/quickstart.adoc
  xref: xref:3.3@couchbase-lite:csharp:quickstart.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/couchbase-lite/3.3/csharp/quickstart.html)

# Couchbase Lite on C#.Net

Couchbase Lite is an embedded, NoSQL JSON Document Style database for your mobile apps.

You can use Couchbase Lite as a standalone embedded database within your mobile apps, or with Sync Gateway and Couchbase Server to provide a complete cloud to edge synchronized solution

## How Do You Want To Start Building Today?

###  Get Started with C#.Net

Get set up with an account and deploy a free tier operational cluster.

* [Install](gs-install.md)
* [Build](gs-build.md)
* [Browse API References](https://docs.couchbase.com/mobile/3.2.4/couchbase-lite-net)

###  Do More

Explore advanced features and capabilities.

* [Data Sync](replication.md)
* [SQL++ for Mobile](query-n1ql-mobile.md)
* [Live Query](query-live.md)

###  Learn More

Dive deeper into core concepts and components.

* [Database](database.md)
* [Document](document.md)
* [Blob](blob.md)

###  Key Concepts

Understand fundamental principles and best practices.

* [Conflicts](conflict.md)
* [Indexing](indexing.md)

###  Product Notes

Stay updated with the latest releases and platform support.

* [New in 3.3](../cbl-whatsnew.md)
* [Couchbase Lite Release Notes](releasenotes.md)
* [Vector Search Release Notes](vs-releasenotes.md)
* [Supported Platforms](supported-os.md)