ardalis / ddd-guestbook

A DDD guestbook example written for ASP.NET Core
MIT License
691 stars 146 forks source link

AggregateRoot missing ? #13

Open chetanc97 opened 3 years ago

chetanc97 commented 3 years ago

Nice source of concepts for DDD . I noticed you don't have an AggregateRoot class . Any reason . Would be better to simply inherit AggregateRoot from Entity and handle DomainEvents in them because Entity is just a plain class wrt to Domain . But AggregateRoot is a enriched class with domain events and integration events .