Skip to content

Commit

Permalink
Updated ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srpeterson committed May 26, 2020
1 parent 19e20c2 commit ac05e4d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# fsharp-csharp-developers
Contains the code examples and slides for the 'F# Primer for C# Developers' talk.<p>
The code examples were developed using Visual Studio 16.6.0<p>


# Development Environment

The code examples were developed using Visual Studio 16.6.0 However, you can use version 16.5 or above.<p> Visual Studio Code can also be used.

# Projects

<strong>CoinChallenge.Api.CSharp</strong> : 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. <p>
<strong>CoinChallenge.Api.FSharp</strong> : 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.
<p>
<strong>CSharpExamples</strong> : The C# code files used during the talk.
<p>
<strong>CSharpExamples</strong> : 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: [email protected] with any questions or comments.

0 comments on commit ac05e4d

Please sign in to comment.