Skip to content

kubalunacek/KBL.Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBL.Framework

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

Build 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


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

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%