-
I am using Beef with Entity Framework Core. I want to create an API that updates related entities like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Are you using the latest version of Beef; i.e. v5 - see previous comments in Issue 94. Extra effort / changes were made to support more advanced EF scenarios, such as what you describe. There is a new sample (including documentation) that demonstrates a parent to many child relationship. There may be scenarios that |
Beta Was this translation helpful? Give feedback.
Are you using the latest version of Beef; i.e. v5 - see previous comments in Issue 94. Extra effort / changes were made to support more advanced EF scenarios, such as what you describe. There is a new sample (including documentation) that demonstrates a parent to many child relationship. There may be scenarios that
CoreEx
/Beef
do not cover; in these instances then standard EF should be used. Latest is also moving away from AutoMapper as difficult to debug, etc.