Top 20 NuGet Packages depending on Repository.Interfaces

Total dependencies: 3

Implementation of the repository pattern storing its items in a file.
Implementation of the repository pattern storing its items in-memory.
Implementation of the repository pattern with two sources. The repository uses a slave repository by default. By calling the update method the slaves replaces its items with the ones of the master repository. I use this repository similar to a chache. The master repository i.e. could be a database l...