-
Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
This is probably one of the most useful "cloud" patterns out there and it is fairly easy to implement. There are great articles and implementations, like Polly, already on the internet about this pattern so why another one?
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
The C# implementation can be found @ clouddotnet. The implementation is generic, asynchronous and thread safe and lock-free. The Go implementation can be found @ gocloud. The implementation is idiomatic and "goroutine" safe.
-
The C# implementation can be found @ clouddotnet. The implementation is generic, asynchronous and thread safe and lock-free. The Go implementation can be found @ gocloud. The implementation is idiomatic and "goroutine" safe.