MarkCiliaVincenti
-
- 17,251,364 total downloads
- last updated 2/10/2026
- Latest version: 8.0.2
An asynchronous .NET library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory... More information -
-
.NET 5.0 This package targets .NET 5.0. The package is compatible with this framework or higher. .NET Core 1.0 This package targets .NET Core 1.0. The package is compatible with this framework or higher. .NET Standard 2.0 This package targets .NET Standard 2.0. The package is compatible with this framework or higher. .NET Framework 3.5 This package targets .NET Framework 3.5. The package is compatible with this framework or higher.
- 165,114 total downloads
- last updated 3/15/2026
- Latest version: 3.1.8
A micro-library that backports/polyfills .NET 9.0+'s System.Threading.Lock to prior framework versions (from .NET Framework 3.5 up to .NET 8.0), providing as much backward compatibility as possible. Optionally... More information -
-
- 68,811 total downloads
- last updated 3/15/2026
- Latest version: 3.0.0
An asynchronous .NET library that allows you to fetch & cache current weather readings from the OpenWeather API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable. -
- 33,295 total downloads
- last updated 2/14/2026
- Latest version: 2.5.3
A .NET library for loading of TLS/SSL (HTTPS) certificates for .NET 6.0+ Kestrel web applications, allowing for refreshing of certificates as well as compatibility with HTTP/3. Includes optional middleware for... More information -
- 19,556 total downloads
- last updated 12/9/2025
- Latest version: 3.0.0
An efficient thread-safe randomizer that can optionally be used as a source generator. -
- 19,207 total downloads
- last updated 12/9/2025
- Latest version: 2.1.3
Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random. -
- 18,653 total downloads
- last updated 2/10/2026
- Latest version: 1.0.10
A small, allocation-conscious, thread-safe .NET utility for generating name-based deterministic UUIDs (a.k.a. GUIDs) using RFC 9562 v3 (MD5), v5 (SHA-1) and v8 (SHA-256). -
- 14,901 total downloads
- last updated 2/14/2026
- Latest version: 1.1.6
Constants for commonly-used network ports. -
- 14,248 total downloads
- last updated 3/15/2026
- Latest version: 10.0.5
A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges. -
- 12,709 total downloads
- last updated 3/15/2026
- Latest version: 1.2.3
A .NET library that provides a class that uses SemaphoreSlim but allows a negative initialCount. This could be used, for example, when starting to throttle requests but initially already have more concurrent... More information -
- 2,825 total downloads
- last updated 3/15/2026
- Latest version: 1.0.9
A dictionary and a set that offer very fast read speed in expense of slow write speed. Ideal in situations where the collection is infrequently updated but is very often read from.