RavenDB is an Open Source document database for the .NET Core platform (Windows, MacOS, Linux).
I am working in a .NET MVC 5 application. I do not want to use Entity Framework. I want to authenticate …
authentication ravendb asp.net-mvc-5 claims-based-identity katanaPossible Duplicate: Embedded MongoDB when running integration tests I want to use In-Memory mode for unit test, is there an …
mongodb ravendb in-memory-databaseWe are looking at a document db storage solution with fail over clustering, for some read/write intensive application. We …
mongodb couchdb ravendb document-database nosqlI know variants of this question have been asked before (even by me), but I still don't understand a thing …
ravendbMore specifically in Raven DB, I want to create a generic method with a signature like; public void Clear<…
ravendbIf you add, delete or rename a property on a persisted entity, what's the easiest way to update the documents …
ravendbRavendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn't have a DataDirectory property :( …
c# ravendb embedded-databaseI have a requirement where I need to fetch the entire data collection Users from RavenDB and compare the retrieved …
ravendbI'm looking for an example of how to implement and use Map-Reduce within the RavenDB .NET Client. I'd like to …
.net mapreduce ravendb