Using F# with .NET Core

Click for: original source

Ody Mbegbu’s article about using F# together with .NET Core. In it he suggests that personality and design of .NET Core better suits F# development.

Author then tries to verify if it is possible:

  • Creating web applications
  • Creating and referencing class libraries
  • Data access (including database migration strategy)

As for Editors/IDEs, Currently VSCode is the editor with the most .NET Core support. Everything is cross-platform and free so bring your Macs and Linux Machines along. Full instructions can be followed in provided video tutorial. Find out how his his experience with .NET Core has been exciting.

[Read More]

Tags functional-programming programming