AutoMapper and DTOs

AutoMapper and DTOs

If you are working on a solution that involves moving incompatible data between client and server, and You need to map objects between two different formats, we recommend using a small and nice object mapper utility called AutoMapper.

Read More