Взаимодействие с транзакциями

Версия 1.1 от Alexandr Fokin на 2023/11/11 13:59

Транзакции и блокировки
Использование транзакций
https://learn.microsoft.com/ru-ru/ef/core/saving/transactions
 Transaction in Entity Framework
https://www.entityframeworktutorial.net/entityframework6/transaction-in-entity-framework.aspx
 How to use transactions with the Entity Framework?
https://stackoverflow.com/questions/1054980/how-to-use-transactions-with-the-entity-framework
 Entity Framework Core | Using Transactions
(Default transaction behavior, Controlling transactions, Savepoints, Cross-context transaction, Using external DbTransactions (relational databases only), Using System.Transactions)
https://learn.microsoft.com/en-us/ef/core/saving/transactions