Fastest Way of Inserting in Entity Framework

I’m looking for the fastest way of inserting into Entity Framework.

I’m asking this because of the scenario where you have an active TransactionScope and the insertion is huge (4000+). It can potentially last more than 10 minutes (default timeout of transactions), and this will lead to an incomplete transaction.

33 s
33

Leave a Comment