Unit of work pattern, with EF Core

vinu

New member
Joined
Mar 31, 2024
Messages
1
Programming Experience
10+
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 ?
 
+100.

Also why do you assume that you need to get the response back from the database for each step within the "unit of work"?
 

Latest posts

Back
Top Bottom