Vinay Singh
What is AutoMapper in C#?
By Vinay Singh in .NET on Jun 08 2016
  • Ritesh Singh
    Aug, 2017 22

    AutoMapper is a popular object-to-object mapping library that can be used to map objects belonging to dissimilar types. As an example, you might often need to map the DTOs (Data Transfer Objects) in your application to the model objects.

    • 1
  • Vinay Singh
    Jun, 2016 8

    AutoMapper is an object-to-object mapper, which allows you to solve issues with mapping of the same properties in one object of one type to another object of another type.

    • 1
  • Sindhu Nagarajan
    Feb, 2021 22

    It is explained beautifully in belowlink,,
    https://dotnettutorials.net/lesson/automapper-in-c-sharp/

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS