· Matthew Watt · Series
Danger lurks in System.Linq.Enumerable's "OrDefault" functions
In this post, we'll look at how my misunderstanding of a very important concept in .NET nearly led to disastrous results in our codebase.
In this post, we'll look at how my misunderstanding of a very important concept in .NET nearly led to disastrous results in our codebase.

Build a reminders app completely in F#. In part 2, we model our domain using F#'s algebraic data types, bootstrap our application using Elmish, and take a deeper look at some functional programming concepts along the way.

Build a reminders app completely in F#. In part 1, we get our base project setup so we're ready to hit the ground running building in F#!