Using async await with EF Core repository pattern
In a project I am working on, In some of the repositories, async / await is not used in the data layer. I believe this can cause performance issues as I believe it is missed.
How to set foreign key null by updating parent entity in EF Core?
I have two entities with this structure:
How to set forign key null by updating parent entity in ef core?
I have two Entity with this structure: