You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy to use Spring-style transaction manager for GORM — REQUIRED, REQUIRES_NEW, NESTED, SUPPORTS, NOT_SUPPORTED, MANDATORY, and NEVER propagations. Adds post-transaction hooks like AfterCommit, transparent complexity with middleware-friendly context injection (HTTP/Kafka/jobs)
This project provides C# extension methods to execute Entity Framework Core queries with the `NOLOCK` hint (ReadUncommitted isolation level). It's designed to prevent read operations from being blocked by database locks, significantly improving query performance in high-concurrency scenarios. Ideal for performance-sensitive tasks.