Tagged Questions

4
votes
4answers
2k views

Constructing a Domain Object from multiple DTOs

Suppose you have the canonical Customer domain object. You have three different screens on which Customer is displayed: External Admin, Internal Admin, and Update Account. Suppose further that each ...
0
votes
0answers
44 views

IRepository and Domain Logic

IRepository "Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects." Martin Fowler But often logic spreads between Business Layer and ...