Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 737 Bytes

File metadata and controls

15 lines (12 loc) · 737 Bytes

Domain

This project contains the domain model for the Videomatic application.

The domain model was built following these guidelines:

  1. https://andrewlock.net/strongly-typed-ids-in-ef-core-using-strongly-typed-entity-ids-to-avoid-primitive-obsession-part-4/
  2. https://code-maze.com/csharp-design-pattern-aggregate/
  3. https://learn.microsoft.com/en-us/archive/msdn-magazine/2009/brownfield/employing-the-domain-model-pattern
  4. https://github.com/ardalis/CleanArchitecture
  5. https://ankitvijay.net/2020/05/10/integrity-of-collections-in-domain-driven-design/

Status

-Complete-ish (as much as it can be at this point) but I don't have domain events yet -I could use a second pair of eyes on the code -Look for Items in TODO.txt