Contains the code for the final tutorial of the series. It is a simple console application that allows you to campture contacts into a database and print them out.
- Part 1 - Assigning values and getting to know types
- Part 2 - Putting the functional in FP
- Part 3 - Working with functions and getting them to work for you
- Part 4 - Making decisions with control flow
- Part 5 - Making magic with pattern matching
- Part 6 - Handling data that is not there
- Part 7 - Working with collections
- Part 8 - Handling errors elegantly
- Part 9 - Working with databases in F#
- Part 10 - Writing your first F# application