This is an opinionated framework for quickly creating CRUD APIs that allow working on EntityFramework models.
It should allow getting from single entity model to fully working API by adding just a single attribute.
- Model
- Generate
id
field
- DbContext
- Create CustomDbContext
- Repository
- Create
- Read
- Update
- Delete
- Controller