Date: October 25, 2020
A look at ahead-of-time compilation on .NET Core, why single executables are appealing, and how the approach compares to traditional runtime-based platforms.
A look at ahead-of-time compilation on .NET Core, why single executables are appealing, and how the approach compares to traditional runtime-based platforms.
A coding challenge used to explore F# options, pipes, and discriminated unions, with a focus on readable transformations and safer handling of missing values.
An overview of F# and its appeal: strong typing with inference, practical functional design, .NET interoperability, and expressive domain modeling.