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