In this article I have collated a few training links about the AutoMapper Library. I will keep adding to this page as I find other useful free resources. If you have any videos or articles that you feel would be useful here then please let me know in the comments and I will add them to the post. I would like it to be an archive of good material.

Getting Started with AutoMapper
Using AutoMapper in Your ASP.Net MVC Applications
What is AutoMapper and How to map two objects using AutoMapper?
C# Object-to-Object Mapping – AutoMapper Example
Using Automapper with ASP.NET MVC application
STOP USING AUTOMAPPER IN YOUR DATA ACCESS CODE
Simplify Your Projections with AutoMapper
Automapper: Mapping objects Part 1 of 7 (NullSubstitution)
Automapper: Mapping objects Part 2 of 7 (Flattening by Convention)
Automapper: Mapping objects Part 3 of 7 (Nested Mapping)
Automapper: Mapping objects Part 4 of 7 (Projection)
Automapper: Mapping objects Part 5 of 7 (CustomResolver)
** Warning Customer Formatters are now not supported. https://github.com/AutoMapper/AutoMapper/wiki/Custom-value-formatters **
Automapper: Mapping objects Part 6 of 7 (CustomFormatter)
Automapper: Mapping Objects Part 7 of 7 (Startup Registration)
Actually custom formatters are not supported anymore: https://github.com/AutoMapper/AutoMapper/wiki/Custom-value-formatters, so maybe it is not worth to mention them here?
Thanks. I will annotate the article with a warning.