Blog
Tutorials, guides, and best practices for building with CSharpDB.
Getting Started with CSharpDB
Learn how to install CSharpDB, create your first database, run SQL queries, use the Collection API, and configure the storage engine — all in a single tutorial.
Working with the Collection API
Store, query, and index typed C# objects without writing SQL. Learn about path indexes, scanning, and building document-oriented applications.
SQL Deep Dive: JOINs, CTEs, and Subqueries
Explore advanced SQL features in CSharpDB including multi-table JOINs, Common Table Expressions, subqueries, set operations, and aggregate functions.