Info
Version: | 1.0.2 |
Author(s): | alexbar, guodf |
Last Update: | Tuesday, February 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/guodf/EmitMapper |
NuGet Url: | https://www.nuget.org/packages/EmitMapper.Core |
Install
Install-Package EmitMapper.Core
dotnet add package EmitMapper.Core
paket add EmitMapper.Core
EmitMapper.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.3.0)
Entities can be plain objects, DataReaders, SQL commands and anything you need. The tool uses run-time code generation via the Emit library.
Therefore it is extremely fast. EmitMapper is useful for dealing with DTO objects, data access layers an so on.