Implementing CRUD web api in .NET 8 using Repository Pattern. In this video, we demonstrate the good parts of implementing repository design pattern in EntityFrameworkCore 8. No. 1 pros is that we Isolate our database code, Aggregation - Domain Driven Design (DDD) it can be seen that we can have root entity with associated entities grouped together. There are lots more advantages of using Repository Design Pattern and we learn explore those in the next video such as Easy to Mock/Test.