This repo contains the source code for the following set of articles:
Part 1 summarised how I started in FP in C# by learning LINQ and trying Project Euler puzzles.
Part 2 is a detailed look at the first Euler puzzle with source for the first puzzle and source code for the next 17 puzzles using Imperative and LINQ
Part 3 is this article on making C# code more functional by using abstractions from the excellent functional c# library