/KBL.Framework

Simple generic SOLID .NET Core 2.x architectural framework that will be CRUD and map for you.

Primary LanguageC#MIT LicenseMIT

KBL.Framework

Simple generic SOLID netstandard2.1 architectural framework that will be CRUD and map for you.

Nuget version (KBL.Framework) Quality Gate Status


Data Access Layer

DAL is diversed for quering and manipulating (create / update / delete).

Manipulating

Base is:

Example - I need create some data

  1. Create DLL project xxx.Entities
  2. Folder Model
  3. Create my model class - eg. User
    1. Inherit one from two classes
      • BaseEntity
      • AuditableEntity

Business Access Layer

Config section

###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

Workshop 1 CZ


NuGet package: https://www.nuget.org/packages/KBL.Framework/