Skip to content

Contains the code examples and slides for the 'F# Primer for C# Developers' talk

License

Notifications You must be signed in to change notification settings

srpeterson/fsharp-csharp-developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsharp-csharp-developers

Contains the code examples and slides for the 'F# Primer for C# Developers' talk.

Development Environment

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.

Projects

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.

Slides

All the slides for the talk are in the 'Slides' folder.

Contact Me

Please feel free to email me at: srpeterson@outlook.com with any questions or comments.

About

Contains the code examples and slides for the 'F# Primer for C# Developers' talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published