Lesson 11: Async repositories
This lesson practices Async repositories at real C# application level. We start from design pain, study code, practice a small decision, predict behavior, and verify mastery.
Hide persistence behind an async boundary that the domain can trust.
- Async repositories
- Hide persistence behind an async boundary that the domain can trust.
- design pressure
- A repeated change, duplication, or test pain that signals the model needs a better boundary.