FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MarneeDear/fsharp-worker: How to do a .NET Core Worker Service in F# · GitHub

Repository files navigation

fsharp-worker

How to do a .NET Core Worker Service in F#

In .NET Core 3 a new type of application called Worker Service.

See also Host ASP.NET Core in a Windows Service

The ASP.NET Core Worker Service template provides a starting point for writing long running service apps

The dotnet template is only available in C#, so I tried to make it work with F#. This is my first attempt.

Run me

  1. Clone me
  2. cd into the folder that was created
  3. dotnet run

Hello World

Suggestions and improvements welcome!

About

How to do a .NET Core Worker Service in F#

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL