Recent Posts

Memoization in C# - Functional approach

4 minute read

While C# is not necessarily a functional language, language constructs such as Func<> and Action<> became first-class citizens, making it much ea...