From the course: F# for Beginners
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Set up your F# development environment - F# Tutorial
From the course: F# for Beginners
Set up your F# development environment
- Hello, and welcome to the series on F# where we're covering concepts to help you get started developing your own F# applications. In this video, we're covering how to set up your development environment to start writing F# code. Let's get started. In order to get started developing with F#, you'll need the .NET SDK. The .NET SDK is set of libraries and tools that allow developers to create .NET applications and libraries. To download and install the .NET SDK you're going to want to open up your browser and navigate to .NET.microsoft.com/download. .NET is free and cross platform, which means you can get a zero cost installed on Windows, Linux, macOS, and Docker. Now on this PC, I'm using Windows, so I'm going to want to select Windows. At the time of this recording the latest stable version of .NET is 5.0, so that's the one we want to install. Select download .NET SDK to download the installation files. Now keep in mind that you want to get the .NET SDK and not the .NET runtime, so…
Contents
-
-
Introduction1m 28s
-
What is F#?43s
-
(Locked)
Set up your F# development environment5m 3s
-
(Locked)
Scripting with F# interactive5m 38s
-
(Locked)
Value binding and immutability4m 55s
-
(Locked)
Functions, pipelines, and composition7m 52s
-
(Locked)
Group data with tuples, records, and discriminated unions9m 12s
-
(Locked)
Object programming with classes and interfaces6m 56s
-
(Locked)
Working with collections8m 53s
-
(Locked)
Control flow and pattern matching6m 57s
-
(Locked)
Organize your code with modules2m 12s
-
(Locked)
Async programming4m 58s
-