Aggregate Root
Everything on SkillVeris tagged Aggregate Root — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is the Repository Pattern?
The Repository pattern is a design pattern that mediates between the domain/business logic and the data mapping layer, exposing a collection-like interface (ad…
DAO vs Repository Pattern
The DAO pattern is a low-level abstraction that wraps raw persistence operations for a single table or entity (CRUD, queries), while the Repository pattern is…