Efcore with no lock extention
-
Updated
Sep 6, 2023 - C#
Efcore with no lock extention
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.
Add a description, image, and links to the nolock topic page so that developers can more easily learn about it.
To associate your repository with the nolock topic, visit your repo's landing page and select "manage topics."