Skip to content

YANZAAN/NET.Repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic repository pattern implementations

I wrote it for myself but who knows where it would appear...

Benefits

  1. Work-ready (copy'n'paste | fork'n'upgrade)
  2. EF-connected
  3. Server-size pagination
  4. Usage explanation through tests

Usage and restrictions

No restrictions

Repository files

  1. Primitive/Simple/Stupid (Classic CRUD): src/NET.Repository/Primitive
  2. Full/Advanced (Specifications, Pagination, Bulk Insert / Update / Delete): src/NET.Repository/Full

Test

Run dotnet test

...with Docker:

Run docker build -t yanzaan/netrepository . & docker run -it yanzaan/netrepository

...with Docker-Compose:

Run docker-compose up --build

About

.NET5 Asynchronous generic repository pattern implementation for your needs

Resources

Stars

Watchers

Forks

Contributors