I like how cleanly an object is stored in ravenDB, but have a practical question for which I\'m not sure of the best answer.
I am experimenting with RavenDB embedded in my application. I am receiving a \"Type \'EmbeddableDocumentStore\' is not defined\" error. I do, however, have a reference to Raven.Client.Embedded in my p
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
T开发者_如何学JAVAhis question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not
I am researching RavenDB for use in a system (mostly as a persistant key-value cache) and need to know what are the limitations of the actual data t开发者_如何学Gohat can be stored.
I\'ve seen a lot of different ways of configuring Ninject with ASP.NET MVC, but the implementation seems to change slightly with each release of the MVC framework. I\'m trying to inject a RavenDB sess
I know this might be a bit of a silly question, probably doing it wrong but I\'ll ask any way. Lets say I have a set of Hierarchical Documents.
I\'ve never used RavenDb it looks interesting but I\'m falling at the first hurdle. I\'ve downloaded, unzipped and I run C:\\RavenDB\\Server\\Raven.Server.exe
I\'m designing a health SaaS app and would appreciate some help with the initial modeling. I started with this thread to confirm that I should be using EAV at all - the answer was yes due to the spars
I\'m putting together a simple forum as a way to dip my toe into document dbs - thinking that it would be relatively straight forward thing to model.