ravendb
RavenDB - Patching in collection of denormalized references
Let\'s assume I have the following domain: public class Movie { public string Id { get; set; } public string Name { get; set; }[详细]
2023-03-29 21:06 分类:问答Unexpected behaviour in linq query with lazy loading on ravendb
I had a problem with the following code. When I don\'t call ToList() on the initial RavenSession.Query<Item>() call, the PhotoPath property is null in the ItemSummaryModel object. Is this a lazy[详细]
2023-03-29 15:20 分类:问答RavenDB Paging Behaviour
I have the following test for skip take - [Test] public void RavenPagingBehaviour() { const int count = 2048;[详细]
2023-03-29 07:21 分类:问答RavenDB adds integer to ID when ends with a slash
I use RavenDB 1.0.0.426 I just experienced a weird scenario when importing data from an external source into RavenDB:[详细]
2023-03-29 00:58 分类:问答Delete a single ravendb database while ravendb is running hosting other databases
Is there any way I can remove all data in a single database while RavenDB is still running, hosting other databases?[详细]
2023-03-28 21:15 分类:问答Best way to get Count for paging in ravenDB
I need to find the number of documents that are in the raven database , so that I can properly page the documents out. I had the following implementation -[详细]
2023-03-28 13:13 分类:问答Querying nested dictionaries in RavenDB
This question regards querying nested dictionaries. I have a case which can be simplified into the following setup with a style containing a list of SKUs containing a list of Collis.[详细]
2023-03-28 09:15 分类:问答Delete RavenDB collection
I need to delete a whole collection of documents in Raven DB. Deleting one by one (documents) is not a wise choice. 开发者_如何学编程Is there a way I can do this easily?You can do a set based operatio[详细]
2023-03-28 01:31 分类:问答Can I setup RavenDB on Windows to version/manage large binary files?
I\'m trying to version control my system deployment bits: OS images, drivers, 3rd party installers, 1st party installers (our applications). I need to have everything in a coherent bundle (tags). And[详细]
2023-03-27 19:21 分类:问答RavenDB: Asynchronous SaveChanges affecting later updates?
As part of learning RavenDB, I am trying to update a collection of stocks based on a list I download nightly.[详细]
2023-03-27 16:15 分类:问答