Click here to Skip to main content
15,898,588 members
Everything / AutoMapper

AutoMapper

AutoMapper

Great Reads

by DiponRoy
Conversion of complex object to a list of objects
by George Swan
This piece illustrates how to construct a simple generic mapper that will copy every property value from one class to another where the name and type of the property is the same in both classes; it goes on to suggest a way of constructing generic tests that can be used for any instance of the
by Alessandro Magistroni
How to validate Automapper configuration using AssertConfigurationIsValid
by OwenDavies
A fix for people experiencing the same issue with AutoMapper 3.2.1

Latest Articles

by Alessandro Magistroni
How to validate Automapper configuration using AssertConfigurationIsValid
by DiponRoy
Conversion of complex object to a list of objects
by Adam Flow
A short look into the possibilities of AutoMapper's operation options
by OwenDavies
A fix for people experiencing the same issue with AutoMapper 3.2.1

All Articles

Sort by Score

AutoMapper 

26 Jul 2022 by DiponRoy
Conversion of complex object to a list of objects
13 Mar 2023 by Alessandro Magistroni
How to validate Automapper configuration using AssertConfigurationIsValid
30 May 2014 by User 10132546
Using ClassAssert to check property mappings between different object types
18 Jun 2016 by saurabhsharmacs
20 Dec 2021 by Adam Flow
A short look into the possibilities of AutoMapper's operation options
6 Jun 2018 by Denis Pashkov
Dynamicly configure IMapper object using custom attributes annotations.
10 Apr 2018 by xszaboj
How to setup net core with automapper