domain-driven-design
Designing workspace - session scope best?
Grails newbie - I\'m building a simple Grails app where a user will be working on objects down the domain hierarchy within the scope of a top-level domain object - the \"workspace\". For example, if m[详细]
2023-03-24 05:39 分类:问答Where to put business logic in DDD
I\'m trying to figure out the best way to build an easily maintainable and testable architecture. Having gone through several projects, I\'ve seen some pretty bad architectures and I want to avoid mak[详细]
2023-03-23 22:48 分类:问答CQRS 1st NF Read Model - to what extreme do you allow duplication?
I\'m starting out with my first real CQRS setup. I\'m building out the user registration part of the site, the domain and the write side are very familiar to me coming from a standard DDD \"style\". F[详细]
2023-03-23 07:16 分类:问答Domain driven design: Avoiding anemic domains and modelling real world roles
I\'m looking for some advice on how much I should be concerned around avoiding the anemic domain model. We are just starting on DDD and are struggling with analysis paralysis regarding simple design d[详细]
2023-03-22 17:06 分类:问答Repositories and getting new values for an aggregate entities / value objects
I\'m just starting out with DDD and have built a repository pattern using EF code first which so far is working very well. Now say I have an aggregate root call Animal which has an entity called Statu[详细]
2023-03-22 07:59 分类:问答implementing many to one relationships in object model
Suppose a Person object may have many Addresses but must have one Do you favor making the one required Address explicit in the object model? If so, any implementation tips?[详细]
2023-03-22 00:10 分类:问答Fluent Validation and IoC (Unique Field)
I\'m developing a web application with asp.net mvc 3 and DDD. For my domain model validation, I\'ve been using Fluent Validation. It\'s my first project with fluent validation and I\'m still learning[详细]
2023-03-21 19:21 分类:问答Domain Driven Design - Aggregate Question
In a nutshell, my domain allows users to submit stories (about a person or team of people) that contain a multitude of different states and transitions its can be in and what behavior is allowed durin[详细]
2023-03-21 16:36 分类:问答.net TypeConverters and domain usage
In general, is there any reason not to use a TypeConverter for conversion chores involving custom types that have nothing to do with UI?[详细]
2023-03-21 10:22 分类:问答n-layerd application and linqdatasource
Asp.net application in a n-layered ar开发者_运维知识库chitecture (better if is a DDD architecture).[详细]
2023-03-20 22:22 分类:问答