Top "Ravendb" questions

RavenDB is an Open Source document database for the .NET Core platform (Windows, MacOS, Linux).

Linq query with multiple Contains/Any for RavenDB

I have a document class that contains a list of "tags". Something like: class Item { string Name { get; set; } List&…

c# linq ravendb
Mongo Vs Raven Evaluation

I was in the process of evaluating nosql databases and finalised on two. RavenDB and MongoDb. Which one is better …

mongodb ravendb mongodb-.net-driver
how to query in ravendb studio?

I have no problem querying RavenDB from code, but sometimes a quick lookup directly to RavenDB would be nice. Unfortunately, …

ravendb ravendb-studio
How to use SimpleMembership in MVC without Entity Framework

What are the required steps to use SimpleMembership (ASP.NET MVC 4) with RavenDB (or other databases) instead of SQL Server? …

asp.net asp.net-mvc-4 ravendb
RavenDB full-text search

Can you please tell how to perform simple full-text search in RavenDb. The database is stored document: Movie {Name = "Pirates …

search ravendb full-text-search