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
666 views
1 answer
    In the context of Domain Driven Design, is a StackOverflow tag (ie. ddd ) a value object or entity? EDIT: ... How would you consider 'tag'? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    Does bounded context span over all application layers (domain, application, presentation & infrastructure) ... presentation infrastructure See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
373 views
1 answer
    Lets take a hypothetical project such as a student enrollment system for a music school. Within the system there ... topic would be valuable. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
481 views
1 answer
    lets say i have a BlogPost aggregate root. it holds a List<Comment>. how should the BlogPost AddComment signature ... Comments.Add(comment); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
425 views
1 answer
    So in a typical model where you have a parent that can have many children and a child that can have only one ... this, and what do you do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
429 views
1 answer
    I am looking for a Repository pattern implementation example/resource that follows domain driven design principles for my ... can be shared? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    So in a typical model where you have a parent that can have many children and a child that can have only one ... this, and what do you do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
491 views
1 answer
    I am looking for a Repository pattern implementation example/resource that follows domain driven design principles for my ... can be shared? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
427 views
1 answer
    So in a typical model where you have a parent that can have many children and a child that can have only one ... this, and what do you do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
369 views
1 answer
    I am looking for a Repository pattern implementation example/resource that follows domain driven design principles for my ... can be shared? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
497 views
1 answer
    So in a typical model where you have a parent that can have many children and a child that can have only one ... this, and what do you do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
406 views
1 answer
    I am looking for a Repository pattern implementation example/resource that follows domain driven design principles for my ... can be shared? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    Value objects do not have identity. ORM needs identity to update the database. How to trick ORM? (Marking Id ... acceptable). Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
535 views
1 answer
    I am applying DDD for the M part of my MVC and after some research (studying up!), I have come to the ... DD defines as an application service? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
416 views
1 answer
    How do I encapsulate the saving of more than one entity in a transactional manner using the repository pattern? ... all or nothing operation. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    As part of my domain model, lets say I have a WorkItem object. The WorkItem object has several ... aggregate root encapsulation rule? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    I'm one of many trying to understand the concept of aggregate roots, and I think that I've got it! However ... , each with their own repository? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    I need to clarify something. Have Person Aggreagate , 2 VOs (Country, StateProvince). I want to load all country ... this? with code please! :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
838 views
1 answer
    I am thinking of using Specification pattern for validation purposes. The hard thing is how to tell the user why ... I've presented above good? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
583 views
1 answer
    In my project using DDD methodology. The project has the aggregate(entity) Deal. This aggregate has many of ... here with my specific problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
617 views
1 answer
    I want to write a rich domain class such as public class Product { public IEnumerable<Photo> Photos {get; ... me a better DDD experience? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
592 views
1 answer
    I have a fairly simple domain model involving a list of Facility aggregate roots. Given that I'm using CQRS ... already exists with that name. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    I'm currently working a lot with DDD, and I'm facing a problem when loading/operating on aggregate roots ... :-) Further comments appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
528 views
1 answer
    I haven't really seen any examples, but I assume that they are saved inside the containing entity table within the ... trying to get into DDD) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I have few different Bounded Contexts in the domain. The validation of a CRUD operation is built in each ... problem? Any idea appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...