Concurrency with C#

Concurrency doing it right, is a hard topic in the real world! In this section will explore different approaches that have a common base, "Avid locking the entire application"


Articles:
Concurrent, Lazy, Redis, Cache

Let's use concurrency with Lazy, caching and Redis without having to worry about large data spikes!

View

Concurrency Lazy Task and Async/Await

Concurrent implementation while avoiding pitfalls :D

View

Deadlock

Omg! We have a deadlock! :D

View