Is there a way to tell AutoMapper to ignore all of the properties except the ones which are mapped explicitly? I have external DTO classes which are likely to...
  • May 25, 2022
  • 0 Comments
I’m relatively new at .NET, and I decided to tackle .NET Core instead of learning the “old ways”. I found a detailed article about setting up AutoMapper for .NET...
  • May 12, 2022
  • 0 Comments
I’m using Automapper and I have the following scenario: Class OrderModel has a property called ‘ProductName’ that isn’t in the database. So when I try to do the mapping...
  • May 12, 2022
  • 0 Comments