Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Generic Dao for EF Core with TPH support and Inheritance

License

NosCoreIO/NosCore.Dao

Repository files navigation

NosCore.Dao

NuGet .NET

Special Thanks for Contributions

You like our work ?

Sponsor me! Buy Me a Coffee at ko-fi.com Become a Patron!

Achtung!

We are not responsible of any damages caused by bad usage of our source. Please before asking questions or installing this source read this readme and also do a research, google is your friend. If you mess up when installing our source because you didnt follow it, we will laugh at you. A lot.

Instructions to contribute

Contribution is only possible with Visual Studio 2019

We recommend usage of :

Simple example

new Dao<SimpleEntity, SimpleDto, int>(_logger, _dbContextBuilder);

Composite Key example

new Dao<CompositeEntity, CompositeDto, (int, int)>(_logger, _dbContextBuilder);

TPH example

new Dao<TphBaseEntity, ITphBaseDto, int>(_logger, _dbContextBuilder);

About

Generic Dao for EF Core with TPH support and Inheritance

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages