ASP.NET Tips How to Use Transactions with .NET EF Core Context September 23, 2021 Andriy Kravets Sometimes applications have to perform multiple operations on the database. Traditionally, database level transactions are used by applications in order to ensure atomicity of such