↧
Using Domain Driven Design Value Objects as Document Keys in RavenDB
See here for post on performance considerations of Value Object document keys in RavenDB. Consider federated authentication where an identity provider, such as Windows Live ID, provides a “name...
View ArticleValue Objects as Document Keys in RavenDB: Performance Considerations
In a previous post here I detailed a mechanism for using structs as document keys in RavenDB. This is useful for simplifying a domain model, especially where a meaningful identifier already exists out...
View Article