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 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 Akhil Mittal
How to do custom mapping and entity to entity mapping with the help of AutoMapper.
by Vlad Neculai Vizitiu
How to secure Ids on web applications