ravendb
NoSQL data store, aren't we moving to the age of flat files?
It\'s a hot topic in architect community \"Moving to NoSQL DB\". But my question is, Does NoSQL DB is capable enough to process huge database.[详细]
2023-04-12 23:01 分类:问答.NET Web Service / API for BLOB/File Storage
I am looking for an API that performs functionality roughly analogous to Rackspace Cloud Files / OpenStack Swift, Microsoft Azure Blob Storage, or Amazon S3 that can be run on a Windows Server.[详细]
2023-04-12 18:47 分类:问答Imitate join for NoSQL document database
Are there any workarounds to execute join-like query with NoSQL document database? Example: We need to select last month articles by users with rating more than thousand.[详细]
2023-04-12 18:45 分类:问答RavenDB complex MapReduce index missing output
This is a continuation of the project from this post. I have the following model: public class Product {[详细]
2023-04-12 08:41 分类:问答RavenDB modelling 1 to many documents
Take this example model: public class Location { public string Id { get; set; } public string Name { get; set; }[详细]
2023-04-12 05:50 分类:问答Application architecture - Transactions w/ RavenDB
I\'m implementing RavenDB in a project and after a few days trying the database i\'m now structuring this application but i\'m having a question.[详细]
2023-04-11 19:16 分类:问答RavenDb - Cannot Store Due to Duplicate Property Name
I\'m trying to store a document in Raven - but a subclass hides a property on a base class - same name but different type. When I try and save it, I get this error:[详细]
2023-04-11 12:56 分类:问答RavenDB Setup in enterprise setup with fallback plan
I am thinking/evaluating of using RavenDB for the enterprise application our company is planning to build, My knowledge about this database system is not very wide. So I wonder if someone can help me[详细]
2023-04-11 10:00 分类:问答Raven DB: How is 'smuggler' different from 'Import/Export'?
With Raven DB, there is a program called \"Smuggler\" which allows dumps to be taken of Raven DB. However, there is also an option within Raven DB Management Studio to \'Import/Export\' datab开发者_St[详细]
2023-04-10 04:54 分类:问答Faking/mocking an interface gives "no default constructor" error, how can that be?
I\'m trying to write a unit test of a repository implementation. The repository uses RavenDB as a database. For the unit tests, I would like to mock the RavenDB parts. In order to create the mocks (fa[详细]
2023-04-09 01:58 分类:问答