Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.2.1 |
Author(s): | Hakan Lindestaf |
Last Update: | Thursday, January 20, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Haukcode.DatabaseUtils |
Install
Install-Package Haukcode.DatabaseUtils
dotnet add package Haukcode.DatabaseUtils
paket add Haukcode.DatabaseUtils
Haukcode.DatabaseUtils Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.0)
Tags
- Proper enum handling (mapping to lookup tables with cache)
- List merging
- Property mapping
- Save validation (to get the underlaying error messages)
- Audit functionality
- Various helpers.