Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.4 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.4 KB

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