Kizspy | Question: 45
(Choose 1 answer)
What is AutoMapper?
A. AutoMapper is an object-object mapper. Object-object mapping works by transforming an input object of one type into an output object of a different type.
B. AutoMapper is an object-object mapper of EntityFramework Core with ASP.NET Core Web API.
C. Object-object mapping works by transforming an input collection of one type into an output object of a different type.
D. All of the others.