Your cache is not protected from cache stampede
Learn how ConcurrentDictionary and MemoryCache can cause multiple identical requests under load, and discover how HybridCache solves this problem.
Learn how ConcurrentDictionary and MemoryCache can cause multiple identical requests under load, and discover how HybridCache solves this problem.
Data types, functions, and currying in F#
An example of how to implement the Fibonacci sequence in F# and C#
Limitations and issues with enums in .NET, and how to solve them using the enum class pattern