filmov
tv
EF Core 6: A beginners guide to using AutoMapper (Part 3)

Показать описание
NB: You are not required to use AutoMapper with EF Core; however, it is an excellent library that works well with EF Core.
Automapper is a library that does many things behind the scenes, but ultimately the main objective is to simplify object-to-object mapping.
0:00 - Intro
2:28 - Starter Project Layout
5:20 - Install AutoMapper Packages
7:26 - Create Configuration Profile
16:26 - Configure Dependency Injection
18:06 - Refactor code and call the Map() method
21:54 - Refactor controller and replace domain dependency
24:55 - Test AutoMapper
26:05 - Conclusion
Automapper is a library that does many things behind the scenes, but ultimately the main objective is to simplify object-to-object mapping.
0:00 - Intro
2:28 - Starter Project Layout
5:20 - Install AutoMapper Packages
7:26 - Create Configuration Profile
16:26 - Configure Dependency Injection
18:06 - Refactor code and call the Map() method
21:54 - Refactor controller and replace domain dependency
24:55 - Test AutoMapper
26:05 - Conclusion