项目作者: gpeipman

项目描述 :
Source code for my posts serie about building object-to-object mapper
高级语言: C#
项目地址: git://github.com/gpeipman/ObjectToObjectMapper.git
创建时间: 2019-09-07T07:24:55Z
项目社区:https://github.com/gpeipman/ObjectToObjectMapper

开源协议:

下载


ObjectToObjectMapper

Here’s the source code for my posts serie about building object-to-object mapper. Samples given here introduce different
implementations I built. Solution contains one project with all code. It’s .NET Core 3.0 console application.
When run, it measures how much time one or another approach takes over one million runs. There’s also comparison with AutoMapper.

Writings explaining my work