Using AutoMapper to contrast two instances parent-children #4518
Replies: 2 comments
-
Check AutoMapper.Collection. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was curious, is AutoMapper useful contrasting a hierarchical domain model with numerous parent-child relationships?
I have a use case, where I start from an EF core persistence modeling perspective. For inserts and updates, the save process, it works pretty decently. However, there is a case where I need to contrast the current (disconnected) model with a fresh baseline instance; contrasted in order to delete baseline instance no longer appearing in the disconnected collections.
Was wondering if something like this might be in the ballpark for AutoMapper to facilitate.
Beta Was this translation helpful? Give feedback.
All reactions