How to insert large object with existing relations into a db using EF?
I am working with a .net 6 api, and I have a large object that needs to be inserted into a database through an endpoint. The object itself will be split into 4-5 different tables.