PreviousNext

Improved Transactions in Entity Framework 6

by bill-s, 2013-09-28T08:07:36.000Z

Entity Framework 6.0 has improved Transactions. We will explore theĀ  UseTransaction() method which allows the context to participate into an already running transaction. We will also explore BeginTransaction() to start a new transaction.

Read More