<DHPV/>
HomeAboutProjectsReferencesBlogContactNowCV

Blog

Writing

Thoughts on software development, architecture, and the craft of building things.

Pinned

Per-Key Locking in .NET: How and Why I Built LockIt

Race conditions on the same resource are a classic backend problem. LockIt is a lightweight .NET package that lets you serialize operations per key while keeping everything else running in parallel.

#dotnet#concurrency#nuget#open-source
2026-05-13
Popular
#1

Per-Key Locking in .NET: How and Why I Built LockIt

10 views · 4 min read

All Posts
Sort:
Tag:

Per-Key Locking in .NET: How and Why I Built LockIt

Race conditions on the same resource are a classic backend problem. LockIt is a lightweight .NET package that lets you serialize operations per key while keeping everything else running in parallel.

2026-05-13 · 4 min read

© 2026 DHPV. Built with Next.js.

github.com/nlvittrup