ravendb
One Db type to another - SQL
If I have SQL tables tblA and tblB and they have one to many relationship between them.. can we create multiple raven db d开发者_如何学编程ocuments automatically .. Can I automatically load documents[详细]
2023-03-19 05:13 分类:问答Predicate in RavenDB dynamic query not working correctly
Consider the 2 queries: var test1 = store.OpenSe开发者_如何转开发ssion().Query<TestClass>().Where(x => x.Id == 1).ToList();[详细]
2023-03-18 19:29 分类:问答Unit testing Raven and ASP.NET Membership
I\'m starting a web app that will be using asp.net membership services (with a sql server backend) to look after users and RavenDb for everything else.[详细]
2023-03-18 13:51 分类:问答Querying RavenDb from Silverlight
Need to decide about architecture and design of one Silverlight application i\'m building. App is for requirements/issue tracking.[详细]
2023-03-17 16:45 分类:问答Reporting database synchronization
We are building an application. We now have an ms sql database where we put all the data wee need. We want to use another database just for reporting that will be denormalized version of the main data[详细]
2023-03-16 18:26 分类:问答Modeling Question for RavenDB (Or other doc oriented databases)
Wondering how some of the more experienced (or anyone with a better idea than I have) would tackle my particular modeling scenario...[详细]
2023-03-10 13:17 分类:问答Wiring up JOliver's EventStore using RavenDB Persistence Plugin
I am evaluating JOliver\'s EventStore library. In particular, I am trying to use RavenDB as the persistence engine for EventStore. EventStore comes with a plugin for this. NOTE: The database is empty[详细]
2023-03-08 15:12 分类:问答Order by ID in RavenDB
Is ther开发者_如何学Goe a way to have Raven order the results of a query by the Id field as if it was in integer.So \"cars/2\" would come before \"cars/11\" if I did this query:[详细]
2023-03-08 12:20 分类:问答How can I bulk upload and transform relational data to aggregates in RavenDB?
I\'m trying to get my head around how to do efficient bulk inserts of relational data into RavenDB, particularly where converting from relational data to aggregates.[详细]
2023-03-08 12:02 分类:问答Set operations in RavenDB
I read this article on rav开发者_如何学Goendb set operations, but it didn\'t show me exactly how to update a set of documents via C#.I would like to update a field on all documents that match a certai[详细]
2023-03-08 00:38 分类:问答