MarkCiliaVincenti
-
- 5,185,626 total downloads
- last updated 11/22/2024
- Latest version: 7.1.4
An asynchronous .NET Standard 2.0 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... More information -
- 40,926 total downloads
- last updated 11/22/2024
- Latest version: 1.12.2
An asynchronous .NET Standard 2.0 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... More information -
- 16,661 total downloads
- last updated 9/21/2024
- Latest version: 2.3.1
Allows loading of TLS (HTTPS) certificates for .NET 6.0/7.0/8.0/9.0 Kestrel web applications, allowing for refreshing of certificates as well as compatibility with HTTP/3. Includes optional middleware for using... More information -
-
.NET 5.0 This package targets .NET 5.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.
- 12,656 total downloads
- last updated 11/24/2024
- Latest version: 3.0.3
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 -
-
- 10,076 total downloads
- last updated 9/21/2024
- Latest version: 1.1.4
Constants for common network ports. -
- 8,652 total downloads
- last updated 8/20/2024
- Latest version: 1.2.0
An efficient thread-safe randomizer. -
- 8,296 total downloads
- last updated 8/20/2024
- Latest version: 2.1.0
Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random. -
- 7,486 total downloads
- last updated 11/17/2024
- Latest version: 9.0.0
A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges. -
- 6,251 total downloads
- last updated 11/24/2024
- Latest version: 1.1.6
A .NET Standard 2.0 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... More information -
- 97 total downloads
- last updated 11/24/2024
- Latest version: 0.0.2-beta (prerelease)
A dictionary and a set that offer very fast read speed in expense of slow write speed.