#functional-programming
Read more stories on Hashnode
Articles with this tag
Writing concise code. ยท One of the major feature of C# version 7.0 was pattern matching. Pattern matching is a way to recognize structure or pattern...
Understanding lambda expression and closures in C# ยท Introduction variable : a symbolic name associated with a value and whose associated value may be...