How To Apply Functional Programming In C#
Although C# is an object-oriented programming language, it received many new functional features in recent versions.
To mention just a few of these features:
Pattern matching
Switch expressions
Records
You're probably already doing functional pr...
milanjovanovic.hashnode.dev4 min read