Date: 2/2/2010
Level: Intermediate
Author: Derik Whittaker
Tags: Dot Net AutoMapper
Views: (3944) Watched: (3889)
AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code