Home| All soft| Last soft| Your Orders| Customers opinion| Helpdesk| Cart

Program Search:


Shopping Cart:




*Note: Minimum order price: €20
We Recommend:

Pluralsight Introduction to FSharp €10 buy download
2012
Pluralsight
Oliver Sturm
4h 17m
English
Getting started with the F# programming language
This course introduces you to the F# programming language. F# is a multi-paradigm programming language that encompasses functional and object-oriented programming models.
It is a variant of ML, and has become the predominant functional language targeting the .NET platform.
This course will walk you through all of the core details of working with F#, covering not just language fundamentals, but also showing practical scenarios of where it is best used creating .NET applications.
FileName Size Length Bit rate Data rate Resolution Frame Rate Parent Folder
01.Overview 986 KB 0:00:37 128kbps 78.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
02.Hello World - The Console Application 9.10 MB 0:05:45 128kbps 172.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
03.A Windows Forms Approach to Hello World 746 KB 0:00:27 128kbps 101.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
04.Demo - Windows Forms Hello World 11.8 MB 0:06:46 128kbps 564.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
05.WPF Says Hello World 968 KB 0:00:38 128kbps 93.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
06.Demo - WPF Hello World 22.7 MB 0:12:35 128kbps 1367.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
07.FSI, The Fsharp Interactive Environment 1.11 MB 0:00:45 128kbps 62.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
08.Demo - FSI 6.30 MB 0:03:56 128kbps 157.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
09.Summary 1.08 MB 0:00:40 128kbps 76.00 1024x768 15 frames/second 01.Introduction to F# - Getting Started the Hello World Way
01.Overview 1.14 MB 0:00:46 128kbps 76.00 1024x768 15 frames/second 02.Quick Start
02.Simple Values, Data Types and Type Inference 1.59 MB 0:00:57 128kbps 215.00 1024x768 15 frames/second 02.Quick Start
03.Demo - Simple Values and Data Types 8.00 MB 0:05:08 128kbps 133.00 1024x768 15 frames/second 02.Quick Start
04.Creating and Calling Functions 2.43 MB 0:01:28 128kbps 144.00 1024x768 15 frames/second 02.Quick Start
05.Demo - Creating and Calling Functions 20.6 MB 0:13:39 128kbps 134.00 1024x768 15 frames/second 02.Quick Start
06.Modules, Namespaces and Application Structure 1.81 MB 0:01:02 128kbps 150.00 1024x768 15 frames/second 02.Quick Start
07.Demo - Modularization 20.3 MB 0:12:50 128kbps 166.00 1024x768 15 frames/second 02.Quick Start
08.Testing 1.37 MB 0:00:56 128kbps 82.00 1024x768 15 frames/second 02.Quick Start
09.Demo - Testing 8.40 MB 0:04:40 128kbps 296.00 1024x768 15 frames/second 02.Quick Start
10.Summary 997 KB 0:00:38 128kbps 87.00 1024x768 15 frames/second 02.Quick Start
01.Overview 1.28 MB 0:00:52 128kbps 80.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
02.Basics of Classes and Enums 2.01 MB 0:01:14 128kbps 120.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
03.Demo - Classes and Enums 21.8 MB 0:13:11 128kbps 231.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
04.Mutable Properties 1.19 MB 0:00:45 128kbps 81.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
05.Demo - Mutable Properties 10.9 MB 0:06:08 128kbps 237.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
06.Inheritance and Casts 2.39 MB 0:01:25 128kbps 137.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
07.Demo - Inheritance and Casts 13.6 MB 0:07:21 128kbps 529.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
08.An ASP.NET MVC Application in F# 1.39 MB 0:00:51 128kbps 130.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
09.Demo - Basic Functions of the Application 10.7 MB 0:05:32 128kbps 464.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
10.Demo - The ASP.NET MVC Application 44.7 MB 0:21:13 128kbps 679.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
11.Summary 863 KB 0:00:32 128kbps 86.00 1024x768 15 frames/second 03.Hello to the Real World with ASP.NET MVC
01.Overview 968 KB 0:00:36 128kbps 80.00 1024x768 15 frames/second 04.Functions and Expressions
02.Declaring Functions and Lambda Expressions 1.82 MB 0:01:07 128kbps 117.00 1024x768 15 frames/second 04.Functions and Expressions
03.Demo - Declaring Functions 13.0 MB 0:07:32 128kbps 403.00 1024x768 15 frames/second 04.Functions and Expressions
04.Function Construction 2.94 MB 0:01:37 128kbps 246.00 1024x768 15 frames/second 04.Functions and Expressions
05.Demo - Partial Application 12.7 MB 0:07:40 128kbps 263.00 1024x768 15 frames/second 04.Functions and Expressions
06.Demo - Composition 8.42 MB 0:05:02 128kbps 287.00 1024x768 15 frames/second 04.Functions and Expressions
07.Functional Algorithms 3.96 MB 0:02:17 128kbps 194.00 1024x768 15 frames/second 04.Functions and Expressions
08.Demo - Precomputation 11.8 MB 0:06:11 128kbps 344.00 1024x768 15 frames/second 04.Functions and Expressions
09.Demo - Recursion 14.9 MB 0:08:51 128kbps 310.00 1024x768 15 frames/second 04.Functions and Expressions
10.Summary 1.09 MB 0:00:38 128kbps 118.00 1024x768 15 frames/second 04.Functions and Expressions
01.Overview 1.43 MB 0:00:57 128kbps 78.00 1024x768 15 frames/second 05.Handling Data
02.Tuples 1.35 MB 0:00:52 128kbps 82.00 1024x768 15 frames/second 05.Handling Data
03.Demo - Tuples 4.69 MB 0:02:52 128kbps 188.00 1024x768 15 frames/second 05.Handling Data
04.Options 1.76 MB 0:01:07 128kbps 111.00 1024x768 15 frames/second 05.Handling Data
05.Demo - Options 3.17 MB 0:02:03 128kbps 154.00 1024x768 15 frames/second 05.Handling Data
06.Lists 1.54 MB 0:01:00 128kbps 80.00 1024x768 15 frames/second 05.Handling Data
07.Demo - Lists 13.7 MB 0:08:18 128kbps 269.00 1024x768 15 frames/second 05.Handling Data
08.List and Sequence Comprehensions 1.13 MB 0:00:41 128kbps 106.00 1024x768 15 frames/second 05.Handling Data
09.Demo - Comprehensions 11.6 MB 0:06:54 128kbps 208.00 1024x768 15 frames/second 05.Handling Data
10.Discriminated Unions 3.00 MB 0:01:47 128kbps 156.00 1024x768 15 frames/second 05.Handling Data
11.Demo - Discriminated Unions 14.8 MB 0:09:11 128kbps 173.00 1024x768 15 frames/second 05.Handling Data
12.Record Types 2.35 MB 0:01:27 128kbps 149.00 1024x768 15 frames/second 05.Handling Data
13.Demo - Record Types 11.2 MB 0:07:06 128kbps 186.00 1024x768 15 frames/second 05.Handling Data
14.Data Manipulation 2.12 MB 0:01:19 128kbps 130.00 1024x768 15 frames/second 05.Handling Data
15.Demo - Data Manipulation 19.7 MB 0:11:30 128kbps 285.00 1024x768 15 frames/second 05.Handling Data
16.Summary 1.23 MB 0:00:41 128kbps 129.00 1024x768 15 frames/second 05.Handling Data
01.Overview 857 KB 0:00:34 128kbps 75.00 1024x768 15 frames/second 06.Object Oriented Programming
02.Constructed Types 3.19 MB 0:01:59 128kbps 156.00 1024x768 15 frames/second 06.Object Oriented Programming
03.Interfaces 1.66 MB 0:01:02 128kbps 90.00 1024x768 15 frames/second 06.Object Oriented Programming
04.Demo - Interfaces 5.01 MB 0:03:11 128kbps 172.00 1024x768 15 frames/second 06.Object Oriented Programming
05.Object Expressions 1.30 MB 0:00:48 128kbps 99.00 1024x768 15 frames/second 06.Object Oriented Programming
06.Demo - Object Expressions 7.29 MB 0:04:11 128kbps 217.00 1024x768 15 frames/second 06.Object Oriented Programming
07.Summary 869 KB 0:00:33 128kbps 63.00 1024x768 15 frames/second 06.Object Oriented Programming
01.Overview 805 KB 0:00:31 128kbps 70.00 1024x768 15 frames/second 07..NET Specific Elements
02.Working with Exceptions 4.25 MB 0:02:32 128kbps 175.00 1024x768 15 frames/second 07..NET Specific Elements
03.Demo - Exceptions 8.80 MB 0:05:14 128kbps 253.00 1024x768 15 frames/second 07..NET Specific Elements
04.Handling IDisposable 1.65 MB 0:01:03 128kbps 90.00 1024x768 15 frames/second 07..NET Specific Elements
05.Demo - Handling IDisposable 4.61 MB 0:02:46 128kbps 179.00 1024x768 15 frames/second 07..NET Specific Elements
06.Summary 694 KB 0:00:24 128kbps 68.00 1024x768 15 frames/second 07..NET Specific Elements

http://pluralsight.com/training/Courses/TableOfContents/fsintro

Download File Size:352.12 MB


Pluralsight Introduction to FSharp
€10
Customers who bought this program also bought:

Home| All Programs| Today added Progs| Your Orders| Helpdesk| Shopping cart      





9327 Fantasy & Sci-Fi eBooks Collection 9327 PDF Books eBook €60


Cambridge University History Collection PDF eBooks €100

                   





FileMaker Pro 19 €50


Pinnacle Studio Ultimate 25 €25


CorelDRAW Graphics Suite 2022 €65






Autodesk 3DS MAX 2023 €75

             

Autodesk Inventor Professional 2023 €95