ravendb
Error FileAccessDenied (JET_errFileAccessDenied, Cannot access file, the file is locked or in use)
I am trying to deploy Raven DB to my site running .Net 4 in integrated mode (site was previously used to host ASP.Net MVC 3 site.[详细]
2023-03-06 16:21 分类:问答How-To get consecutive id with RavenDb default id generator
I\'m evaluating RavenDB for a new project. If i create 100 entities i got great consecutive ids like :[详细]
2023-03-06 12:55 分类:问答Document structure for RavenDB
I have class class UserActivity { private IList<Activity> _activities = new List<Activity>();[详细]
2023-03-06 01:18 分类:问答How do I wait for the results to be updated in RavenDB after DELETE
I am using repository pattern with Raven DB. My repository interface is public interface IRepository<T> where T : Entity[详细]
2023-03-03 02:48 分类:问答How to disable RavenDB replication
How do I disable RavenDB replication? The reason for that is I have a simple database on开发者_运维问答 one server and I don\'t need any replication at this point.[详细]
2023-03-02 17:57 分类:问答Raven DB session management in WCF
I have a WCF service that accepts requests, performs some work and saves result to Raven DB. I am t开发者_Go百科hinking that the session management shall be similar to NHibernate with WCF, but I am no[详细]
2023-03-01 12:59 分类:问答Raven DB Count Queries
I have a need to get a Count of Documents in a particular collection : There is an existing index Raven/DocumentCollections that stores the Count and Name of the collection paired with the actual doc[详细]
2023-02-26 23:59 分类:问答RavenDB Querying on ID
I have a Model called Post, which has a field called Slug. I\'ve marked this field with the attribute [ID] and changed the FindIdentityProperty Convention in RavenDB such that it considers the propert[详细]
2023-02-25 20:01 分类:问答Need help getting Ninject equivalent for StructureMap syntax
I am trying to implement IoC (Ninject) for Ravendb and have ran into a little snag.I am using code from http://www.dotnetguy.co.uk/post/2010/06/12/raven-db-ndash-part-1-ndash-docume开发者_如何学编程nt[详细]
2023-02-22 13:09 分类:问答How to do a RavenDb Query index result as Include to document
Both of the following queries work as expected. I\'m having trouble figuring out how to return both from the database in one pull using the \"Include()\" method.[详细]
2023-02-20 21:27 分类:问答