ravendb
Can I host RavenDB inside my self-contained process?
Is it possible to host RavenDB from within my own process? I do not want to use a separate IIS s开发者_运维技巧ite or run a separate server .exe.[详细]
2023-04-08 21:33 分类:问答Is a document/NoSQL database a good candidate for storing a balance sheet?
If I were to create a basic personal accounting system (because I\'m like that - it\'s a hobby project about a domain I\'m familiar enough with to avoid getting bogged-down in requirements), would a N[详细]
2023-04-08 20:00 分类:问答Problem retrieving results from an index in an embedded RavenDB
I have an index that works great when I query it using the .Net client API with a server based RavenDb.[详细]
2023-04-07 13:06 分类:问答Raven DB Replication Setup Issue
Can 开发者_如何学编程any one help me in setting up Raven DB Replication? Tried a lot of ways a lot of time but no success.[详细]
2023-04-07 12:28 分类:问答RavenDB Index Querying on Nested Properties
sssI currently have an index called SchoolMetrics that aggregates several fields on the School field as the key and produces documents like this:[详细]
2023-04-07 11:48 分类:问答Unit Testing RavenDB
In my unit tests I am setting up each test to have a totally empty IDocumentSession. I do it like this:[详细]
2023-04-06 20:52 分类:问答RavenDB: How to use Multi Maps / Reduce indexes
I have quite simple model: public class PhraseMeta: { public 开发者_运维百科int Id { get; set; }[详细]
2023-04-06 03:24 分类:问答Storing uploaded file data with RavenDB
开发者_StackOverflow社区What\'s the current best practice for storing file data with RavenDB? (CDN or RavenDB Attachments)[详细]
2023-04-06 02:42 分类:问答Using polymorphic queries over interfaces in RavenDB
I\'m interested in switching over our application (or parts of it) to use RavenDB from SQL server with NHibernate.[详细]
2023-04-05 01:04 分类:问答How to create a composite index in Ravendb
I have documents collection \"Messages\" in my base (RavenDB) Document definition like: class Message { string Content;[详细]
2023-04-04 17:35 分类:问答