4,133 views
How to use AutoMapper in C#? Implementation with example Timestamps 00:00 What is automapper used for? 00:30 What is a DTO - Data transfer object? 01:46 Explanation of the problem, Manual mapping, without using automapper 05:01 Implementation of AutoMapper 05:24 Installation of Nuget packages 06:08 Integration with .Net core 06:54 Creating entity mapping with DTOS 08:56 Using automapper in the POST endpoint controller 11:16 Map to a property with a different name Automapper 13:45 Map lists and collections with AutoMapper 18:14 Automapper with Get endpoint #programming #automapper #api