Category Archives: AutoMapper
Update on inheriting base type mappings with AutoMapper
Several months ago I wrote this post which shows an extension method for inheriting the mappings on a base type for a child type in AutoMapper. Since then I have had a few comments on the post which led me … Continue reading
Posted in AutoMapper, github
2 Comments
Inheriting base type mappings with AutoMapper
AutoMapper is a useful library that makes it easy to map properties between two types. You can declaratively define how you want properties mapped or just let it map based on simple conventions (like matching property names). While working with … Continue reading
Posted in AutoMapper
13 Comments