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 a
TransactionScope
Try to use a Stored Procedure that will get an XML of the data that you want to insert.