Dapper.FluentMap
1.1.0
See the version list below for details.
dotnet add package Dapper.FluentMap --version 1.1.0
NuGet\Install-Package Dapper.FluentMap -Version 1.1.0
<PackageReference Include="Dapper.FluentMap" Version="1.1.0" />
paket add Dapper.FluentMap --version 1.1.0
#r "nuget: Dapper.FluentMap, 1.1.0"
// Install Dapper.FluentMap as a Cake Addin #addin nuget:?package=Dapper.FluentMap&version=1.1.0 // Install Dapper.FluentMap as a Cake Tool #tool nuget:?package=Dapper.FluentMap&version=1.1.0
Provides a simple API to map POCO properties to database columns when using Dapper.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Dapper (>= 1.25.0)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on Dapper.FluentMap:
Package | Downloads |
---|---|
Dapper.FluentMap.Dommel
Dapper.FluentMap extension for Dommel support. |
|
ZKWeb.ORM.Dapper
Support use Dapper in ZKWeb. For more information please visit project site. |
|
EcommerceDataPostgresql
PostgreSQL Data Layer |
|
Hurb.SAP.Database
Package Description |
|
Dapper.Dommel
Simple CRUD operations for Dapper. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Dapper.FluentMap:
Repository | Stars |
---|---|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
yorek/dapper-samples
Tutorial samples that shows how to use Dapper .NET
|
|
ardalis/DotNetDataAccessTour
A tour of different data access approaches in .NET 8+.
|
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0 | 5,500,765 | 8/23/2020 | |
1.8.1 | 807,732 | 5/5/2020 | |
1.8.0 | 1,363,645 | 3/28/2019 | |
1.7.0 | 388,112 | 11/16/2018 | |
1.6.0 | 707,929 | 8/18/2017 | |
1.5.4 | 9,275 | 8/17/2017 | |
1.5.3 | 39,807 | 3/22/2017 | |
1.5.1 | 80,510 | 7/7/2016 | |
1.5.0 | 28,498 | 6/11/2016 | |
1.4.1 | 41,796 | 3/1/2016 | |
1.4.0 | 46,205 | 11/19/2015 | |
1.3.4 | 27,900 | 3/13/2015 | |
1.3.3 | 5,297 | 11/12/2014 | |
1.3.2 | 2,960 | 7/17/2014 | |
1.3.1 | 2,830 | 7/11/2014 | |
1.3.0 | 3,106 | 6/27/2014 | |
1.2.1 | 2,661 | 6/23/2014 | |
1.2.0 | 2,665 | 6/5/2014 | |
1.1.1 | 2,639 | 5/21/2014 | |
1.1.0 | 2,633 | 5/20/2014 | |
1.0.2 | 3,065 | 5/1/2014 | |
1.0.1 | 2,989 | 5/1/2014 | |
1.0.0 | 3,841 | 5/1/2014 |
v1.1
- Added conventions. (see documentation)
- Reorganised namespaces.
- Hide ToString(), Equals(), etc. methods from configuration classes.
- Updated documentation.
- Use Dapper v1.25.
v1.0.2
- Modified comments, included documentation in release. Incremented version to 1.0.2.
v1.0.1
- Removed IPropertyMap interface, used PropertyMap class directly. Modified some properties on PropertyMap class to be internal. Incremented version to 1.0.1.
v1.0
- Initial version with basic functionality.