-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19e20c2
commit ac05e4d
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |