Info
Version: | 1.0.0 |
Author(s): | edwardmeng |
Last Update: | Thursday, May 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PowerMapper |
Install
Install-Package PowerMapper
dotnet add package PowerMapper
paket add PowerMapper
PowerMapper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
- System.Reflection.Emit(>= 4.0.1)
- NETStandard.Library(>= 1.6.1)
- System.Reflection.Emit(>= 4.0.1)
Tags
It is implemented via the Emit library and uses a fluent configuration API to define an object-object mapping strategy.
PowerMapper is useful for dealing with DTO objects, data access layers an so on.