Entity Framework Core - TransactionScope
Dec 25, 2025 · 5 min read · TransactionScope in Entity Framework Core Namespace: System.Transactions Assembly: System.Transactions.Local (Nuget package typically included with .NET Core) 1. Overview TransactionScope provides an implicit, ambient transaction model. Unlike explic...
Join discussion