Top "Ravendb" questions

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

How do I create a ClaimsIdentity object for Asp.NET MVC 5?

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 katana
Does Mongo DB have an In-Memory mode?

Possible Duplicate: Embedded MongoDB when running integration tests I want to use In-Memory mode for unit test, is there an …

mongodb ravendb in-memory-database
Choosing MongoDb/CouchDb/RavenDb - performance and scalability advice

We are looking at a document db storage solution with fail over clustering, for some read/write intensive application. We …

mongodb couchdb ravendb document-database nosql
Proper Way to Retrieve More than 128 Documents with RavenDB

I know variants of this question have been asked before (even by me), but I still don't understand a thing …

ravendb
Are document databases good for storing large amounts of Stock Tick data?

I was thinking of using a database like mongodb or ravendb to store a lot of stock tick data and …

mongodb ravendb document stocks database
Raven DB: How can I delete all documents of a given type

More specifically in Raven DB, I want to create a generic method with a signature like; public void Clear<…

ravendb
Updating documents in RavenDB

If you add, delete or rename a property on a persisted entity, what's the easiest way to update the documents …

ravendb
How to run RavenDb in embedded mode?

Ravendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn't have a DataDirectory property :( …

c# ravendb embedded-database
Retrieving entire data collection from a RavenDB

I have a requirement where I need to fetch the entire data collection Users from RavenDB and compare the retrieved …

ravendb
RavenDB Map-Reduce Example using .NET Client

I'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