Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 2 July 2024
Maybe Monad in C# - Guarding against nulls
›
This article will look more at the Maybe monad in C#. It is used to guard against nulls and is one of the most known monads in functional pr...
Sunday, 30 June 2024
Fork combinator revisited - supporting multiple part functions in C#
›
This article shows an example of a Fork combinator or 'monad' that will allow you to specify a join function that operates on all th...
Iterating a list using Span in C# - Benchmark
›
It is possible to iterate a list in C# using Span. This article shows a benchmark on that and how you can create a Span of a list. It is im...
‹
›
Home
View web version