Latest

  • C# 15 Union Types

    C# has had a slightly awkward gap in its type system for a long time. Sometimes a value isn’t one specific type. It can be one of a small number of known types, and you want the compiler to understand exactly what those possibilities are. You can obviously model this today. You can use an…

Archives