FSHARP
What To Do With It Tomorrow At Your Day Job
This is the code from the presentation. It includes:
- CSharpLibrary - A C# library that consumes code from an F# library
- FSharpLibrary - An F# Library
- FSharpLibraryTest - Expecto unit tests of FSharpLibrary
- FSharpScripts - Some example F# Scripts
- FSharpMicroserver - A simple microservice that sends notifications to users
- SudokuSolver - An F# program that solves sudoku games
Other Useful Resources:
- fsharpforfunandprofit.com - Lots of useful stuff for the beginner
- Low-Risk Ways to Use F# at Work - Lots of ways you can use F# at work without threatening the status quo too badly
- fsharp.org - More useful stuff for the beginner
- Instructions for Getting F# Installed - Some useful instructions for getting up and running with F#
- Microsoft Build Tools - You need to install these on your server to run F# scripts. They're already installed on your development machine.