• Stars
    star
    6
  • Rank 2,539,965 (Top 51 %)
  • Language
    C#
  • License
    MIT License
  • Created over 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random.

More Repositories

1

AsyncKeyedLock

An asynchronous .NET Standard 2.0 library that allows you to lock based on a key.
C#
68
star
2

TlsCertificateLoader

Allows loading of TLS certificates for .NET 6.0/7.0 Kestrel web applications, allowing for refreshing of certificates as well as compatibility with HTTP/3.
C#
9
star
3

OpenWeatherMap.Cache

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 unreachable.
C#
6
star
4

SemaphoreSlimThrottling

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 requests than the maximum you want to start allowing.
C#
5
star
5

ThreadSafeRandomizer

An efficient thread-safe randomizer
C#
3
star
6

NetworkPorts

Constants for common network ports.
C#
3
star
7

AsyncKeyedLockBenchmarks

Benchmarking keyed lockers
C#
2
star
8

ResilientSaveChanges.EFCore

A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges.
C#
2
star
9

MediaBrowser.Channels.BlurN

BlurN will list and notify on newly released movies on Blu-Ray when a movie matches a number of filters.
C#
1
star
10

Backport.System.Threading.Lock

A micro-library that backports .NET 9.0+'s System.Threading.Lock to prior versions (from .NET Standard 2.0 up to .NET 8.0), providing as much similar functionality as possible.
C#
1
star