Skip to content

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

License

Notifications You must be signed in to change notification settings

KBL-Framework/KBL.Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages