iayos.DapperCRUD
0.1.2
dotnet add package iayos.DapperCRUD --version 0.1.2
NuGet\Install-Package iayos.DapperCRUD -Version 0.1.2
<PackageReference Include="iayos.DapperCRUD" Version="0.1.2" />
paket add iayos.DapperCRUD --version 0.1.2
#r "nuget: iayos.DapperCRUD, 0.1.2"
// Install iayos.DapperCRUD as a Cake Addin
#addin nuget:?package=iayos.DapperCRUD&version=0.1.2
// Install iayos.DapperCRUD as a Cake Tool
#tool nuget:?package=iayos.DapperCRUD&version=0.1.2
A clone+mod of Dapper.SimpleCRUD but with type-safe common CRUD methods instead of error-prone anonymous parameter objects.
(some private static methods caused issues that meant I couldn't simply extend the SimpleCRUD partial class) Adds strongly typed selectors
by using reflection over DB Entity classes (for better, compile-time error checking rather than more problematic use
of anonymous conditions). Functionality written against MSSQL, as I am not currently using any of the other SimpleCRUD db provider options. it may work, who knows.
Author not affiliated with Dapper.SimpleCRUD in any way, but shout outs to Eric Coffman (ericdc1) for his work (and great doco)!
This package not does this come with any warranty. Contributions welcome.
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Dapper (>= 1.50.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release, playing around with ideas