Take your first steps with F#
- Offered byMicrosoft
Take your first steps with F# at Microsoft Overview
Duration | 1 hour |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Take your first steps with F# at Microsoft Course details
- Write your first F# code
- Store and retrieve data by using F#
- Manage execution flow in F#
- Create and architect with functions in F#
- Store and apply operations on list data in F#
- Learn the basic syntax and features of the language
- In this learning path you'll: Set up your development environment, Use variables and input and output, Apply conditionals and pattern matching, Author functions and learn to compose them
- Learn how to manage execution flow in your programs by using if...elif...else and loop constructs
Take your first steps with F# at Microsoft Curriculum
Write your first F# code
Introduction
What is F#?
F# development environment
Exercise - Set up your F# development environment
What is F# Interactive?
Exercise - Write your first line of F# code
Create F# applications
Exercise - Create your first F# application
Knowledge check
Summary
Store and retrieve data by using F#
Introduction
Use variables to store values
Exercise - Use variables to store data
Apply operators
Exercise - Build a calculator program
Knowledge check
Summary
Manage execution flow in F#
Introduction
Use conditional logic to create multiple execution paths
Exercise - Apply conditional logic
Use loops to iterate over statements
Exercise - Use loops
Knowledge check
Summary
Create and architect with functions in F#
Introduction
Explore functions
Exercise - Functions
Function patterns
Exercise - Function patterns
Knowledge check
Summary
Store and apply operations on list data in F#
Introduction
Collections and lists
Exercise - Apply list properties
Perform operations on lists
Exercise - Perform list operations
Knowledge check
Summary