Info
| Version: | 2.0.0 |
| Author(s): | Rolosoft |
| Last Update: | Thursday, August 24, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Rolosoft/simplemapper |
| NuGet Url: | https://www.nuget.org/packages/SimpleMapper |
Install
Install-Package SimpleMapper
dotnet add package SimpleMapper
paket add SimpleMapper
SimpleMapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Simplemapper.Core(>= 1.1.1)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- Microsoft.Extensions.Caching.Memory(>= 2.0.0)
Tags
It is light-weight tool for mapping between objects across software tiers. Efficient data tier mapping is achieved using LINQ projection whilst in-memory mappings can be defined by implementing the IMapper<TIn, TOut> interface.