If you liked the project or if EasyRepository.EFCore helped you, please give a star.
Easy Repository For EF Core provides implementation generic repository pattern on Entity Framework Core
The generic repository pattern implements in a separate class library project. ... The repository pattern is intended to create an Abstraction layer between the Data Access layer and Business Logic layer of an Application. It is a data access pattern that prompts a more loosely coupled approach to data access.
Visit Wiki page for documentation.