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 OwenDavies
A fix for people experiencing the same issue with AutoMapper 3.2.1
by David_Cui
To introduce a free library to save some tedious work for writing mapping code between entities and DTOs
by User 10132546
Using ClassAssert to check property mappings between different object types
by David_Cui
To introduce a free library to save some tedious work for writing mapping code between entities and DTOs
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
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