In this video, we'll learn how you can group and aggregate data and create more complex types using Tuples, Records, and Discriminated Unions.
š« Free self-guided learning for F# on Microsoft Learn: https://aka.ms/mslearn-fsharp
Links:
https://aka.ms/learn-fsharp
Tuples: https://docs.microsoft.com/dotnet/fsharp/language-reference/tuples/?WT.mc_id=academic-33202-cxa
Records: https://docs.microsoft.com/dotnet/fsharp/language-reference/functions/?WT.mc_id=academic-33202-cxa
Anonymous Records: https://docs.microsoft.com/dotnet/fsharp/language-reference/anonymous-records/?WT.mc_id=academic-33202-cxa
Members: https://docs.microsoft.com/dotnet/fsharp/language-reference/members/?WT.mc_id=academic-33202-cxa
Dicriminated Unions: https://docs.microsoft.com/dotnet/fsharp/language-reference/discriminated-unions/?WT.mc_id=academic-33202-cxa
Code Samples: https://aka.ms/fsharp-101-samples
Luis' Twitter: https://twitter.com/ljquintanilla
#FSharp #DotNET #BeginnersSeries