Aggregates, Entities & Value Objects | Modeling Rules of Thumb + Modeling Steps

preview_player
Показать описание
In today's video, we'll cover everything you need to know to get started with Aggregates Entities and Value Objects.

We'll also cover some rules of thumb and good questions to ask while modeling your domain.

Follow me on 'em socials:

#ddd #domaindrivendesign #dotnet
Рекомендации по теме
Комментарии
Автор

Hey everyone! Just wanted to apologize in advance for the sound quality, had it misconfigured ☹. It should improve significantly next Monday 🤞

amantinband
Автор

Awesome stuff! Keep the DDD concepts coming :)

pecgbvq
Автор

I cant wait to get back into the code! The last few videos have been great to step back and look at processes from a higher level. I'm hungry for more BuberDinner.

silvertek
Автор

Curious to hear what you think!

Do you have experience with modeling a domain? Do you have a different approach? Do you have different rules of thumb?
Are you new to DDD? Do you have any questions regarding any of concepts?

amantinband
Автор

The saviour is here. I completely get it. But we need a video for a full usage of most of the concepts. Well done teacher.

amanamudoaka
Автор

Once again an extremely good video. Didactically on world class level, even with bad sound. 😛

manuelknorle
Автор

Just today I was looking for information about aggregates, thanks! Can't wait next video

danil
Автор

ty for the video man!!! Wish u best of luck ❤

lilililliilil
Автор

I've watched this video about 5 times now :)

Adrianvdh
Автор

Excellent high level explanation of these concepts. When are you going to show us the code? 🔥

MilanJovanovicTech
Автор

Great video!
I have one question:
In repository pattern if i have for example an aggregate root Post and one entity Comment that can't exist without a post, the only repository that i should create is PostRepository? Does this repository handle all operations on comments too? Does it make sense to have a method that only retrieve comment informations or have at least the postName or postId without other post's informationt, or should i return always the aggregate? CommentRepository doesn't make sense right?

Thanks in advance.

alfonsdeda
Автор

Would love to see a video covering DDD with a framework like Spring Boot! I would be curious in particular as to how you would handle the separation of domain logic from persistence/framework code.

siemen
Автор

stupid question, if we only have private setters does that means that mappers and deserializers wont work directly?

tiagorodrigues
Автор

Great video, curious to see how you combine DDD aggregates/entities/value objects with EF

davemasters
Автор

What if i make DinnerAggregateRoot and with same id or with relation by having DinnerReservationsId in DinnerAggregateRoot?

Huholoman
Автор

Is there a full walkthrough tutorial on Buber Dinner? Would love to code along to understand the thought process better!

davidjiang
Автор

Could you do a Video with DDD Domain + Strategy Pattern please?

jodainemoore
Автор

Good day sir, why is the Price an object? And when to decide if it should be an object or primitive type for properties? more power to you sir. thanks

rededu
Автор

Thank you for your videos, , I just wanted to share with you that your voice is distorted - also in your previous video was the same. You changed something?

picious
Автор

what if you have huge data like in Post object. I don't think you can init a domain object with that much... looks useless to me when dealing with large chunks of data. Thoughts?

botyironcastle