Skip to main content

C#

15

One Chat, Many Agents: RavenDB Multi-Agents

Learn how to connect multiple RavenDB AI Agents into a multi-agent system, where specialized sub-agents handle focused tasks while a coordinator routes work between them.

Apr 27, 2026

Beyond Text: Adding File Attachments to RavenDB AI Agents

Learn how to attach binary files such as PDFs and images to RavenDB AI Agent conversations, reducing token usage while keeping files accessible across the conversation lifecycle.

Apr 15, 2026

Backups in RavenDB: How to keep your database safe

Learn how RavenDB backups work, when to use logical backups versus snapshots, and how to configure scheduled and server-wide backup tasks via Studio and C# code.

Apr 14, 2026

Transactional Outbox with RavenDB Queue ETL

Learn to implement the transactional outbox pattern in C# using RavenDB data subscriptions or Queue ETL, with RabbitMQ and Kafka code examples.

Feb 13, 2026

Employing Schema Validation to Standardize Your Data

Configure JSON schema validation in RavenDB to enforce data consistency across teams. Learn how to audit documents against a schema or block invalid writes at the database level.

Feb 1, 2026

Using Remote Attachments to cut storage costs

Store RavenDB attachments in Amazon S3 or Azure Blob Storage to cut costs. Studio and C# setup guide with bulk migration of existing attachments.

Feb 1, 2026

External

A Practical Look at AI Agents with RavenDB

Read about A Practical Look at AI Agents with RavenDB on the RavenDB.net news section

Dec 24, 2025

Employing Data Archival

Use RavenDB Data Archival to exclude historical documents from indexes and queries, keeping performance high without deleting data you need to retain.

Nov 17, 2025

External

Unlock RavenDB GenAI Potential with Attachments

Read about Unlock RavenDB GenAI Potential with Attachments on the RavenDB.net news section

Oct 8, 2025

External

AI Image Search with RavenDB

Read about AI Image Search with RavenDB on the RavenDB.net news section

Sep 9, 2025

External

Using RavenDB Persistence in an Akka.NET Application

Read about Using RavenDB Persistence in an Akka.NET Application on the RavenDB.net news section

Aug 26, 2025

External

Integrating RavenDB with .NET Aspire

Read about Integrating RavenDB with .NET Aspire on the RavenDB.net news section

Mar 25, 2025

External

Connecting C# application to RavenDB Cloud

Read about Connecting C# application to RavenDB Cloud on the RavenDB.net news section

Feb 25, 2025

Processing Invoices Using Data Subscriptions

See how RavenDB Data Subscriptions let you offload invoice processing to a background worker in C#, with PDF generation and attachment storage included.

Dec 8, 2024

External

Writing unit tests with RavenDB .NET Test Driver

Read about Writing unit tests with RavenDB .NET Test Driver on the RavenDB.net news section

Aug 28, 2024