Simple generic SOLID .NET Core 2.x architectural framework that will be CRUD and map for you.
DAL is diversed for quering and manipulating (create / update / delete).
Base is:
- Create DLL project xxx.Entities
- Folder Model
- Create my model class - eg. User
- Inherit one from two classes
- BaseEntity
- AuditableEntity
- Inherit one from two classes
NuGet package: https://www.nuget.org/packages/KBL.Framework/