Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 587 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 587 Bytes

Get Programming with F#

This repository contains all F# code listings as required for all exercises and samples within the 'Get Programming with F#' book, available here.

To install all dependencies as needed for the exercises, simply run the build.cmd file, which uses Paket to download all NuGet dependencies.

Using VS Code / VS2017 / VS2019 and .NET Core?

Switch to the netcore branch of this repository. Many of the lessons and modules have been upgraded to the "new" project structure and should "just work"!