Im looking into an issue with our system and there is an opinion with some members of the team that EF Core does NOT start a transaction internally
Can someone tell me if this is true please?
I was under the impression that EF Core applies all changes in the context of a transaction that it starts and commits or rolls back internally?
Paul
1