AutoMapper

Category

Using AutoMapper in ASP.Net Core

AutoMapper is a convention based object-object mapper. It maps two different entities by transforming an input object of one type to an output object of another type. In this post, we will setup Automapper in ASP.Net core project.