RavenDB is an Open Source document database for the .NET Core platform (Windows, MacOS, Linux).
I have a document class that contains a list of "tags". Something like: class Item { string Name { get; set; } List&…
c# linq ravendbI was in the process of evaluating nosql databases and finalised on two. RavenDB and MongoDb. Which one is better …
mongodb ravendb mongodb-.net-driverI have no problem querying RavenDB from code, but sometimes a quick lookup directly to RavenDB would be nice. Unfortunately, …
ravendb ravendb-studioWhat 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 ravendbCan 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