Alexey Tcherniak
@perfolancer
I'm software developer with more then 15 years of experience. I focus on programming C# and WPF. In this blog I'll try to share my experience.
2 posts
Mastering C#

Functional programming in C#

Functional programming is a programming paradigm that emphasizes the use of functions as the primary building block for software development. While historically associated with languages such as Haskell and Lisp, functional programming is also becoming increasingly popular in mainstream programming languages such as C#. In this article, we'll explore what functional programming is and how it can be applied in C#.