Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged domain

0 votes
625 views
1 answer
    I've just started working with DDD, so maybe this is a silly question... Is it ok for an entity to ... supplied when the Person object is created? Thanks, P Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    I am a newbie in the DDD+TDD World. But I have been in programming for almost 9 years. Can someone please ... appear from mapping files, how can I test them? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    I'm working on a .Net Core 3.1 Web API with different classic layers (DDD). We've implmented a ... /questions/65833011/net-core-web-api-handling-exception-in-different-layers...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
584 views
1 answer
    I am a DDD amateur, and I'm not sure I phrased the question correctly, or whether this even concerns ... how-to-avoid-business-logic-in-frontend-while-keeping-frontend-interactive...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
607 views
1 answer
    I am making a genealogy application as I am trying to learn Event Sourcing and CQRS. I have three aggregates in my ... -way-to-handle-a-single-request-that-needs-to-generate-mult...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    I have a domain model that has the concept of an Editor and a Project. An Editor owns a number of Projects, ... repository-pattern-how-to-lazy-load-or-should-i-split-this-aggregate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    I'd like to understand some details of the relations between command handlers, aggregates, the repository and the ... -command-handlers-aggregates-the-repository-and-the-event-stor...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
531 views
1 answer
    I have a domain model that has the concept of an Editor and a Project. An Editor owns a number of Projects, ... repository-pattern-how-to-lazy-load-or-should-i-split-this-aggregate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
532 views
1 answer
    I'd like to understand some details of the relations between command handlers, aggregates, the repository and the ... -command-handlers-aggregates-the-repository-and-the-event-stor...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    Let's say we have CQRS-inspired architecture, with components such as Commands, Domain Model, Domain Events, Read ... .com/questions/4869473/value-objects-in-cqrs-where-to-use...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    Let's say we have CQRS-inspired architecture, with components such as Commands, Domain Model, Domain Events, Read ... .com/questions/4869473/value-objects-in-cqrs-where-to-use...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    I am a newbie in the DDD+TDD World. But I have been in programming for almost 9 years. Can ... stackoverflow.com/questions/905498/what-are-the-benefits-of-persistence-ignorance...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    I don't get why value objects in DDD should be immutable, nor do I see how this is easily done. ( ... https://stackoverflow.com/questions/4581579/value-objects-in-ddd-why-immutable...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
646 views
1 answer
    I don't get why value objects in DDD should be immutable, nor do I see how this is easily done. ( ... https://stackoverflow.com/questions/4581579/value-objects-in-ddd-why-immutable...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
489 views
1 answer
    According to Fowler (here), a repository "mediates between the domain and data mapping layers, acting like ... .com/questions/10054590/how-do-repositories-fit-with-cqrs...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
445 views
1 answer
    According to Fowler (here), a repository "mediates between the domain and data mapping layers, acting like ... .com/questions/10054590/how-do-repositories-fit-with-cqrs...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
895 views
1 answer
    I am learning about DDD so apologies if my question is naive. I think I need to use Local Data ... stackoverflow.com/questions/31438286/ddd-which-layer-dto-should-be-implemented...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
676 views
1 answer
    I am learning about DDD so apologies if my question is naive. I think I need to use Local Data ... stackoverflow.com/questions/31438286/ddd-which-layer-dto-should-be-implemented...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    Context: I'm exploring to build an event sourced system / PoC using EventStoreDB (separate event stream per aggregate) ... /how-to-model-chat-messages-in-an-event-sourced-system...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    Context: I'm exploring to build an event sourced system / PoC using EventStoreDB (separate event stream per aggregate) ... /how-to-model-chat-messages-in-an-event-sourced-system...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
672 views
1 answer
    I am attempting to build an application in a DDD way. Imagine the Aggregate root is a 'Page' which has other aggregates ... to model this as a workflow or a status history even?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    In DDD, Entities have this concept of identity that uniquely identifies every instance regardless of all the other ... { private ThreadID _threadId; private string _title; }...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...