Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / AutoMapper

AutoMapper

AutoMapper

Great Reads

by User 6744868
5 useful tips to help get the most from AutoMapper
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 xszaboj
How to setup net core with automapper
by OwenDavies
A fix for people experiencing the same issue with AutoMapper 3.2.1

Latest Articles

by User 6744868
5 useful tips to help get the most from AutoMapper
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 xszaboj
How to setup net core with automapper
by OwenDavies
A fix for people experiencing the same issue with AutoMapper 3.2.1

All Articles

Sort by Score

AutoMapper 

by xszaboj
How to setup net core with automapper
by saurabhsharmacs
Migration to AutoMapper 4.2.1
by Adam Flow
A short look into the possibilities of AutoMapper's operation options
by Denis Pashkov
Dynamicly configure IMapper object using custom attributes annotations.
by DiponRoy
Conversion of complex object to a list of objects
by User 10132546
Using ClassAssert to check property mappings between different object types
by Alessandro Magistroni
How to validate Automapper configuration using AssertConfigurationIsValid