Category: ravendb

  • RavenDB embedabble

    I have made an application with RavenDB embeddable. The good part is that is embeddable and easy to work with – at least,at start. What I have learned: If you forgot to use using,then RavenDB will throw an exception complaining about multiple sessions. Code:   If you use multiple instance of the same EmbeddableDocumentStore,even on…