Simple generic SOLID netstandard2.1 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
###SqlConnection.BeginTransaction Method KBL.Framework.DAL.Config:Transaction:IsolationLevel - https://docs.microsoft.com/cs-cz/dotnet/api/system.data.sqlclient.sqlconnection.begintransaction?view=netframework-4.8
NuGet package: https://www.nuget.org/packages/KBL.Framework/