Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
If you found this Implementation helpful or used it in your Projects, do give it a ⭐ on Github. Thanks!
The library is available on NuGet or run the following command in the .NET CLI:
dotnet add package CustomLibrary.EFCore
The extensions methods available regarding:
Extensions methods | Documentation |
---|---|
DBContext generic methods | Read docs |
DBContext registration for databases SQL server | Read docs |
DBContext Pool registration for databases (MySQL / MariaDB, PostgreSQL, SQLite, SQL server) | Read docs |
Health checks with UI for different databases (MySQL / MariaDB, PostgreSQL, SQL server) | coming soon |
Contributions and/or suggestions are always welcome.