This service is used to test heartbeat ping to database what the connection still alive or timeout
Prerequisites
- NET SDK
- F# Compiler
- Visual Studio (Optional)
Build Steps
- Open a command prompt (CMD) or terminal.
- Navigate to your F# project folder.
- Run the following command:
dotnet build
This command will build the F# project and generate the output file *.exe.
Run Steps
- Open a command prompt (CMD) or terminal.
- Navigate to your F# project folder.
- Run the following command:
dotnet run
Tips
- You can use Visual Studio to build and run F# projects.
- You can add F# files and C# files to the same F# project.
- You can use NuGet to add libraries to an F# project.
References
- F# Documentation: https://fsharp.org/
- F# Tutorials: https://dotnet.microsoft.com/en-us/learn/fsharp
- Hello world: https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/intro