У нас вы можете посмотреть бесплатно Working With Database Transactions In EF Core или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ 🚀 Support me on Patreon to access the source code: / milanjovanovic If you're working with a SQL database, transactions should be an essential component in your toolbox. However, this can easily be obscured if you're working with an ORM. So in this video, I'll show you how to work with transactions in EF Core. Join my weekly .NET newsletter: https://www.milanjovanovic.tech Working With Transaction In EF Core https://www.milanjovanovic.tech/blog/... SQL Server - Transaction Isolation Levels https://learn.microsoft.com/en-us/sql... Read my Blog here: https://www.milanjovanovic.tech/blog Subscribe for more: / @milanjovanovictech Chapters 0:00 Setting the scene 1:21 Default transaction behavior in EF Core 1:57 What if you have multiple calls to SaveChanges? 3:05 Defining the method for starting a transaction 4:31 Creating a new transaction with EF Core 5:52 Using transactions in your application 7:57 How transactions work in practice 12:53 Using EF Core's CurrentTransaction implicitly