Was going thru unit of work pattern, with EF Core - if the work unit is large and involves 3,4 entities, will it slow down the performance, because it will have to take 3,4 db round trips to update each entity ?
Was going thru unit of work pattern, with EF Core - if the work unit is large and involves 3,4 entities, will it slow down the performance, because it will have to take 3,4 db round trips to update each entity ?