Deep Dive - AutoMapper CreateMap
The first diabolical method to look at to understand how our previous example works is the CreateMap<TSource, TDestination>() method. So deep dive into CreateMap...
Only, as it is diabolical, and we could write a book to explain what is going on inside, we will instead dwell on some methods that create the mapping itself. For example, we will not see the…