Jon's Programming Blog

F# with Web API and Railway-Oriented Programming

I presented at the 2016 Desert Code Camp. The topic was WebAPI with F#. I also did a video series to go along with the talk. The talk and video series basically goes over how to use F# in a functional manner by building out all the pieces from scratch.

Here’s the series, hope you enjoy it!

F# WebAPI From Start to Finish.

Some set up steps and notes that are important to the success of the project:

Rather than using a custom Railway-Oriented code like in the videos you can use Chessie.

I’ve updated my validation library.

Setting Up Your Project

Resources for Railway-Oriented Programming

Authentication and Authorization in ASP.NET Core Validation in F#