AutoMapper
Posted
on Code Project
See other posts from Code Project
Published on Tue, 02 Mar 2010 02:27:00 GMT
Indexed on
2010/06/10
0:03 UTC
Read the original article
Hit count: 179
Filed under:
AutoMapper is an object-object mapper which allows you to solve issues with mapping the same properties from one object of one type to another object of another type. For example, mapping a heavy entity Customer object to the CustomerDTO could be done with AutoMapper automatically.
© Code Project or respective owner