#csharp
Read more stories on Hashnode
Articles with this tag
I have written previously on maybe monads and how to use them with lists to eliminate the possibility of null references in an object-oriented...
Mutability bugs and thread-unsafety are big problems in data processing. Fortunately, the .NET Framework has strong support for immutable collections,...
Most people would probably be surprised to find that I consider myself both a professional C# developer and a professional functional programmer. C#...