Pluralsight Online Training in F#

Training is an important part of adopting F# successfully in any large organization.

There are several options for F# training currently available, but one recent addition is an online training course in F# by Pluralsight, authored by Oliver Sturm.  The material is available through a subscription -  details on subscriptions to this material can be found on the Pluralsight website.

The sections and durations of the course are listed below, and in more detail on the Pluralsight website.

 

  Introduction to F# - Getting Started the Hello World Way You have not watched this Module.                 00:32:09           
                                    Overview                                You have not watched this Clip.                             00:37                       
                                    Hello World - The Console Application                                You have not watched this Clip.                             05:45                       
                                    A Windows Forms Approach to Hello World                                You have not watched this Clip.                             00:27                       
                                    Demo: Windows Forms Hello World                                You have not watched this Clip.                             06:46                       
                                    WPF Says Hello World                                You have not watched this Clip.                             00:38                       
                                    Demo: WPF Hello World                                You have not watched this Clip.                             12:35                       
                                    FSI, The Fsharp Interactive Environment                                You have not watched this Clip.                             00:45                       
                                    Demo: FSI                                You have not watched this Clip.                             03:56                       
                                    Summary                                You have not watched this Clip.                             00:40                       
                          Quick Start You have not watched this Module.                 00:42:04           
                                    Overview                                You have not watched this Clip.                             00:46                       
                                    Simple Values, Data Types and Type Inference                                You have not watched this Clip.                             00:57                       
                                    Demo: Simple Values and Data Types                                You have not watched this Clip.                             05:08                       
                                    Creating and Calling Functions                                You have not watched this Clip.                             01:28                       
                                    Demo: Creating and Calling Functions                                You have not watched this Clip.                             13:39                       
Modules, Namespaces and Application Structure You have not watched this Clip.                             01:02                       
                                    Demo: Modularization                                You have not watched this Clip.                             12:50                       
                                    Testing                                You have not watched this Clip.                             00:56                       
                                    Demo: Testing                                You have not watched this Clip.                             04:40                       
                                    Summary                                You have not watched this Clip.                             00:38                       
                          Hello to the Real World with ASP.NET MVC You have not watched this Module.                 00:59:04           
                                    Overview                                You have not watched this Clip.                             00:52                       
                                    Basics of Classes and Enums                                You have not watched this Clip.                             01:14                       
                                    Demo: Classes and Enums                                You have not watched this Clip.                             13:11                       
                                    Mutable Properties                                You have not watched this Clip.                             00:45                       
                                    Demo: Mutable Properties                                You have not watched this Clip.                             06:08                       
                                    Inheritance and Casts                                You have not watched this Clip.                             01:25                       
                                    Demo: Inheritance and Casts                                You have not watched this Clip.                             07:21                       
                                    An ASP.NET MVC Application in F#                                You have not watched this Clip.                             00:51                       
                                    Demo: Basic Functions of the Application                                You have not watched this Clip.                             05:32                       
                                    Demo: The ASP.NET MVC Application