Skip to content

F# service design for tested invalid connection due to idle activities

Notifications You must be signed in to change notification settings

akbarilham/heartbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heartbeat

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

  1. Open a command prompt (CMD) or terminal.
  2. Navigate to your F# project folder.
  3. Run the following command:
dotnet build

This command will build the F# project and generate the output file *.exe.

Run Steps

  1. Open a command prompt (CMD) or terminal.
  2. Navigate to your F# project folder.
  3. 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

About

F# service design for tested invalid connection due to idle activities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published