Monday, December 12, 2011

Thursday, November 24, 2011

RavenDB The .NET choice of NoSQL document database

RavenDB is a NoSQL document database. It is developed in .NET and mostly a good choice for applications developed in .NET (with C#).

I played a lot with this while evaluating the most of the NoSQL database engines for .NET. I find it very good as it offers a good LINQ support. Indeed RavenDB uses LINQ internally to index the documents. It also supports full-text search based on Lucene engine (lucene.apache.org) and provides high-performance searching.

like most NoSQL databases RavenDB is open-source for OS projects and commercial option is also available.

More:



Thanks.