Functional flavor in C# 7 with pattern matching

Posted on Sun 11 February 2018 in .NET • Tagged with blog, .net, programming, c#, functional pregramming, pattern matching

With many great features C# 7 comes with new and shiny pattern matching. I know that this feature is less usable then in other languages, but it add new possibilities to coding. In this article I want to share with you my experiments with monads.

Optional<T>

I believe that …


Continue reading