
Functional programming in F# 2
Data types, functions, and currying in F#
-->
Data types, functions, and currying in F#
An example of how to implement the Fibonacci sequence in F# and C#
Limitations and issues with enums in .NET, and how to solve them using the enum class pattern