How to setup AutoMapper in ASP.NET Core
In this article, we are going to learn how to setup AutoMapper in an ASP.NET Core application. We are going to begin by understanding what AutoMapper is and what problem it solves. Then, we are going to use AutoMapper in an ASP.NET Core web API application. What is Automapper? AutoMapper is an object-to-object mapper that works by … Read more