This repo provides implementation generic repository pattern and specification pattern on Entity Framework Core
This repo provides implementation generic repository pattern and specification pattern on Entity Framework Core
✨ [FEATURE] Bulk Delete and Bulk Update with EF.Core 7
✨ [FEATURE] Pagination / filtering re-implementation
✨ [FEATURE] Enable Nullable Reference Types, add null exceptions, add null checks
✨ [FEATURE] Add 'Enum.AsNoTracking' to all methods instead of using bool values
✨ [FEATURE[ Introduce IAsyncEnumerable methods or remove IEnumerable<> as a parameter and change to ICollection<>
✨ [FEATURE] Would like to migrate to 'file scoped' namespaces