A small library that adds generic repository features to Dapper, and additionally predicates and a logging system.
                        
                    
         
                    Learn Dapper: https://www.learndapper.com/
                        Dapper Tutorial: https://dappertutorial.net/
                    Info
| Version: | 5.0.0 | 
| Author(s): | Peter Kuhn | 
| Last Update: | Friday, May 7, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/MisterGoodcat/Dapper-Extensions-Reloaded | 
| NuGet Url: | https://www.nuget.org/packages/DapperExtensionsReloaded | 
Install
Install-Package DapperExtensionsReloaded
                        dotnet add package DapperExtensionsReloaded
                        paket add DapperExtensionsReloaded
                        
                                DapperExtensionsReloaded Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Dapper(>= 2.0.30)
 - Microsoft.CSharp(>= 4.7.0)
 - Microsoft.Data.SqlClient(>= 1.1.1)
 
Tags