Completed
Repository in a Nutshell
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Repository Pattern with C# and Entity Framework, Done Right - Mosh
Automatically move to the next video in the Classroom when playback concludes
- 1 What is the Repository Pattern?
- 2 Benefits of the Repository Pattern
- 3 Repository in a Nutshell
- 4 What is the Unit of Work Pattern?
- 5 Does Entity Framework Really Implement Repository and Unit of Work Patterns?
- 6 Clean Architecture
- 7 Implementing the Repository Pattern
- 8 Implementing the Unit of Work Pattern
- 9 Repository and Unit of Work Patterns in Code
- 10 Example of Repository and Unit of Work Patterns