Questions
Let’s take a look at a few practice questions:
- Is it true that, when creating a layered application, we must have presentation, domain, and data layers?
- Is a rich domain model better than an anemic domain model?
- Does EF Core implement the Repository and Unit of Work patterns?
- Do we need to use an ORM in the data layer?
- Can a layer in Clean Architecture access any inward layers?