db-transactions

Community

Coordinate EF Core transactions reliably.

AuthorFaysilAlshareef
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing database transactions, isolation levels, and cross-context coordination can be error-prone and hard to maintain across multiple services or DbContexts.

Core Features & Use Cases

  • Implicit transactions: SaveChanges wraps changes atomically.
  • Explicit transactions: BeginTransactionAsync to coordinate multiple operations.
  • Isolation level control: Choose ReadCommitted, Serializable, Snapshot, etc.
  • Cross-context coordination: Use shared connections across DbContexts to coordinate commits.

Quick Start

Coordinate EF Core transactions across multiple operations to ensure atomic commits.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: db-transactions
Download link: https://github.com/FaysilAlshareef/dotnet-ai-kit/archive/main.zip#db-transactions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.