Asp.Net mvc 2017 Part 29 _ What is AutoMapper and How to map two objects using AutoMapper

Опубликовано: 22 Октябрь 2024
на канале: Programming Tutorials
893
5

What is AutoMapper?
AutoMapper is a mapper between two objects. It maps two different entities by transforming an input object of one type to an output object of another type. It is very tough job to map two different entities and sometime it is even more hectic when it comes to testing. It can be anywhere in the application but in general it happens in UI/Domain or Service/Domain layers.