MarkCiliaVincenti
-
- 258,724 total downloads
- last updated 4/10/2023
- Latest version: 6.2.1
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 -
- 25,626 total downloads
- last updated 4/10/2023
- Latest version: 1.9.8
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 -
- 10,473 total downloads
- last updated 2/13/2023
- Latest version: 2.2.9
Allows loading of TLS (HTTPS) certificates for .NET 6.0/7.0 Kestrel web applications, allowing for refreshing of certificates as well as compatibility with HTTP/3. Includes optional middleware for using... More information -
- 6,541 total downloads
- last updated 1/29/2023
- Latest version: 1.1.3
Constants for common network ports. -
- 4,914 total downloads
- last updated 1/29/2023
- Latest version: 1.1.4
An efficient thread-safe randomizer. -
- 4,651 total downloads
- last updated 2/13/2023
- Latest version: 1.1.5
Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random. -
- 4,300 total downloads
- last updated 3/25/2023
- Latest version: 7.0.4
A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges. -
- 3,678 total downloads
- last updated 2/13/2023
- Latest version: 1.0.10
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