-
RavenDB just rocked my world. It’s extremely approachable, even for non-database guys – it took me less than 30 minutes to get up and running.
Bryan Wheeler, Director, Platform Development, msnbc.com -
All of our developers agree - RavenDB is one of those technologies that bring back fun into your coding even after long years of writing.
Herve Bansay, Founder, Beatman Ltd -
As a Document DB it remains true to the core principles of these type of storage mechanisms. Somehow it manages to combine the best of relational databases with that of document databases.
Hadi Hariri, JetBrains -
RavenDB is a great piece of technology and had a very positive impact on our workflow. The dedicated and very professional support of the core team really makes a difference.
Federico Lois, Founder, Corvalius
Knowledge Base
The Knowledge Base is a place for the community to post content on RavenDB. This is how you can share your knowledge, or learn from others.
Quick registration is required to post content.
Add new content
Latest entries
Backing up all databases using Powershell
This is a powershell 3.0 script for doing a complete backup for RavenDB. With event logging.
Static Index Definitions and the Replication Bundle
Named or Static Index Definitions are not replicated using the replication bundle, the following strategy is one way to overcome the problem.
My 10 tips and tricks with RavenDB
This knowledge base article aims to provide you with a list of tips and tricks that I have collected over my 8 months using RavenDB every day.
RavenDB Useful Tools
The following is a list of useful tools for working with RavenDB and why I think they are useful.
Using RavenDb in day to day development
Learn how to use the RavenDb debug console in Ram and some a few other day to day development tricks :)
Using optimistic concurrency in real-world scenarios
A short overview of how you can handle a situation where multiple clients can change a document at the same time in RavenDB without overwriting any data
Querying Unlike Documents Using a Multi-Map Index
Learn how to take advantage of Multi-Map Indexes to query different kinds of documents as if they were the same.
Multi Language Value in RavenDB
This article describes a way to handle multi language value in RavenDB.
Using RavenDB in an ASP.NET MVC website
A short, instructive tutorial, guiding step-by-step how to correctly use RavenDB from your ASP.NET MVC website
Creating a Tag Cloud
Given a set of tagged content, this short tutorial will demonstrate how to create a tag cloud of them step-by-step.