Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 0.1.2 |
Author(s): | dale.holborow |
Last Update: | Monday, March 20, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/daleholborow/iayos.DapperCRUD |
NuGet Url: | https://www.nuget.org/packages/iayos.DapperCRUD |
Install
Install-Package iayos.DapperCRUD
dotnet add package iayos.DapperCRUD
paket add iayos.DapperCRUD
iayos.DapperCRUD Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.2)
Tags
(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.