venca-x / KBL.Framework

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%