EFCore Updating an item after mapping with Automapper
Hey I am using Ef core to store some data in sqlite. I need to translate it to another object to show it in my UI. When I go to update it, it is adding another copy of the item to the DB. How can I transform between the two items and update or add as needed.
How I am doing the update
1 Reply
I wouldn't do that. It can work, but it's usually more trouble to use mappers than to map it manually.