Skip to content

NosCoreIO/NosCore.Dao

Repository files navigation

NosCore.Dao

NuGet .NET

Special Thanks for Contributions

You want to contribute ?

Discord

You like our work ?

Sponsor me! ko-fi Become a Patron!

Warning!

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

Disclaimer

This project is a community project not for commercial use. The result is to learn and program together for prove the study.

Legal

This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS.

Contribution is only possible with Visual Studio 2026

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

 
 
 

Contributors

Languages