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
639 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
472 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
354 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
461 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
405 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
404 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
462 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
467 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
410 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
349 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
482 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
388 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
538 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
518 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
391 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
509 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
508 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
639 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
811 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
542 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
596 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
582 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
438 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
504 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
534 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

...