-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Thang Chung edited this page Oct 2, 2022
·
9 revisions
- https://github.com/urfnet/URF.Core => best repository pattern for EfCore and MongoDb with the simple approach
- https://github.com/threenine/Threenine.Data => UoW and Repository with Lambda Expression for the filter, sorting, ordering, and paging
- https://github.com/TanvirArjel/EFCore.GenericRepository => this one used Spec pattern on Repository
- https://github.com/stphnwlsh/CleanMinimalApi => cool one with unit tests and integration tests
- https://github.dev/mehdihadeli/ecommerce-microservices => borrow some stuff :)
- https://github.com/martincostello/dotnet-minimal-api-integration-testing => integration tests
- https://github.com/anuraj/MinimalApi => good organization codes