How to use a distributed lock in a .NET application

Опубликовано: 02 Июль 2026
на канале: Rüdiger Weritz
4,336
58

Within this tutorial we will:
-Use the DistributedLock library (link below)
-Talk about use cases for a distributed lock / mutex
-Use the file system and a Postgres database as different lock provider

The example code can be found here:
https://github.com/rweritz/Distribute...

The used library can be found here:
https://github.com/madelson/Distribut...