Functional Programming F# Pipelining vs. Composition If you’re new to F#, you’ll see both the pipeline and composition operators. Decide which one to use by finding which approach leads to more readable code.
Functional Programming Implementing a Mock with Generic Methods in F# A recent project implementing a new service in a client's developer-facing SDK prompted me to explore implementing a mock with generic methods in F#.
Web Apps Creating Azure WebJobs in F# Visual Studio doesn't currently offer a template for them, but it's totally possible to create WebJobs in F#. Here's how!
Growing as Makers “Progressive F# Tutorials” |> Reflections Reflections on the Progressive F# Tutorials event and learning in groups / with examples versus presentations.
Functional Programming Running F# Using Mono and Unix A chronicle of my efforts and the challenges I faced, while writing an F# program on OSX using Mono.
Growing as Makers Resource Roundup: Getting Started with F# Descriptions of different online resources for learning the F# language.