Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 6.0.1 |
Author(s): | Denis Voituron |
Last Update: | Monday, January 22, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Apps72/Dev.Data |
NuGet Url: | https://www.nuget.org/packages/Apps72.Dev.Data |
Install
Install-Package Apps72.Dev.Data
dotnet add package Apps72.Dev.Data
paket add Apps72.Dev.Data
Apps72.Dev.Data Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Data.Common(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
Tags
It is a light and pragmatic framework that contains only the essential classes needed to create SQL query strings, define parameters and transaction, and execute it to retrieve all data converted in typed objects.