KVKasozi Vincentinkasozivincent.hashnode.dev·Sep 1, 2023 · 9 min readAlgebraic Data Types in C#Introduction An algebraic type system is a type system that uses algebraic data types (ADTs) to represent relations between data, specifically the notions of "and" and "or". ADTs are composite types formed by combining other types, and there are two ...00
KVKasozi Vincentinkasozivincent.hashnode.dev·Aug 29, 2023 · 8 min readThe Maybe monad in C#Introduction Audience This blog post is targeted at intermediate-level C# programmers. Prerequisites This blog post assumes that the reader has a solid understanding of the following C# features. In case you don't, I suggest you look them up before p...00