anemic-domain-model
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 分类:问答Concrete examples on why the 'Anemic Domain Model' is considered an anti-pattern [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-03-11 08:39 分类:问答Is this an anemic domain model?
I\'m trying to build my first CRUD application, and I don\'t understand if I should use an object containing getters and setters separated.[详细]
2023-03-02 02:46 分类:问答Should I populate member variables with data from a database in the constructor
I am constructing an object using data f开发者_如何学Gorom a database table by passing the primary key of the row of data I want to use to construct the object.[详细]
2023-02-20 03:37 分类:问答Is this a proper implementation of n-layer architecture?
I have been learning C# for the last year or so and trying to incorporate best practices along the way.Between StackOverflow and other web resources, I thought I was on the right track to properly sep[详细]
2023-02-14 03:47 分类:问答Should you use Entity Beans for Domain Model
given the deprecation of loads of design patterns because of the new improvements in the Java EE world, DTO\'s are largely frowned upon.[详细]
2023-02-12 02:50 分类:问答ObjectContext aware entity in EF to avoid Anemic Domain Model
In Entity Framework, is it possible to make the framework inject the DbContext into each object (entity) that is attached to or retrieved from the Context?[详细]
2023-02-07 03:35 分类:问答Avoiding anemic domain model - a real example
I am trying to understand Anemic Domain Models and why they are supposedly an anti-pattern. Here is a real world example.[详细]
2022-12-31 15:43 分类:问答which metric(s) show the difference between object-oriented and procedural code
Which metric(s) could help to indicate that开发者_开发百科 i have procedural code instead of object-oriented code? I would like to have a set of simple metrics, which indicate with a high probability,[详细]
2022-12-24 01:43 分类:问答anemic domain model versus domain model
Being confused again after reading about this anti-pattern and the many concerns about it here on SO.[详细]
2022-12-12 11:15 分类:问答