Contains the code examples and slides for the 'F# Primer for C# Developers' talk.
The code examples were developed using Visual Studio 16.6.0 However, you can use version 16.5 or above.
Visual Studio Code can also be used.
CoinChallenge.Api.CSharp : The ASP.NET Core 3.1 API written in C#. Will take avalid decimal amount and calculate the least amount of coins that make up the given amount.
CoinChallenge.Api.FSharp : The ASP.NET Core 3.1 API written in F#. Will take a valid decimal amount and calculate the least amount of coins that make up the given amount.
CSharpExamples : The C# code files used during the talk.
CSharpExamples : The F# code files used during the talk. All the .fs code files have a corresponding Scripts / *.fsx file to be able to execute the code in F# interactive more easily.
All the slides for the talk are in the 'Slides' folder.
Please feel free to email me at: [email protected] with any questions or comments.