TheSharperDev
Educating about C# and F#
Posts
Snippets
About
Snippets
29
Jan 2022
Play Audio - Fable/F#
Demonstrating how to play an audio clip in Fable
18
Jan 2022
Set Timeout Function - Fable/F#
Demonstrating how to call setTimeout in Fable
17
Jan 2022
Keyup Event Listener - Fable/F#
Demonstrating how to create a keyup event listener in Fable
14
Oct 2021
Seq.choose - F#
Seq.choose filters and unwraps Option types
13
Oct 2021
Seq.cast - F#
Seq.cast helps supports automatic type conversions for loosely-typed collections.
12
Oct 2021
Seq.cache - F#
Seq.cache helps improve performance by avoiding regeneration for costly sequences.
11
Oct 2021
Seq.averageBy - F#
Seq.averageBy extracts a value from a complex object to perform an average.
10
Oct 2021
Seq.average - F#
Seq.average computes the average of anything in the sequence.
09
Oct 2021
Seq.append - F#
Seq.append concats two sequences together.
08
Oct 2021
Seq.allPairs - F#
Seq.allPairs pairs elements from each sequence to create a new sequence.