Click here to Skip to main content
15,887,027 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 

2 Oct 2019 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
26 Nov 2014 by Akhil Mittal
How to do custom mapping and entity to entity mapping with the help of AutoMapper.
3 Sep 2014 by User 6744868
5 useful tips to help get the most from AutoMapper
13 Nov 2018 by Vlad Neculai Vizitiu
How to secure Ids on web applications