Repositories - spinningideas/resources GitHub Wiki
Below are examples of use of Repository Pattern in different languages.
General Examples
- https://github.com/topics/repository-pattern
- https://github.com/spinningideas/resources/wiki/Repository-Interfaces
C#
- https://www.codeguru.com/csharp/repository-pattern-c-sharp/
- https://learn.microsoft.com/en-us/aspnet/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application
node js
- https://github.com/blugavere/node-repositories
- https://github.com/claclacla/Building-a-Node-Express.js-Rest-API-server-using-a-repository-pattern
- https://github.com/ErickWendel/generic-repository-nodejs-typescript-article/blob/master/repositories/base/BaseRepository.ts