Deep Dive - AutoMapper Introduction
For this first deep dive article in auto-mapper, we will start from the first feature presented on the AutoMapper github wiki. The so-called: Flattening. Which, as its pretty name suggests, consists of flattening a complex object model, towards a simplified DTO. We will use it to start by looking at what is happening in the CreateMap<TSource, TDestinati…