An open API service indexing awesome lists of open source software.

https://github.com/stefh/dotnetcore-windows-service

A .NET Core Windows Service example
https://github.com/stefh/dotnetcore-windows-service

Last synced: 8 months ago
JSON representation

A .NET Core Windows Service example

Awesome Lists containing this project

README

          

# dotnetcore-windows-service
A .NET Core Windows Service example

Based on:
* https://dejanstojanovic.net/aspnet/2018/august/creating-windows-service-and-linux-daemon-with-the-same-code-base-in-net/
* https://www.stevejgordon.co.uk/running-net-core-generic-host-applications-as-a-windows-service
* https://jmezach.github.io/2017/10/29/having-fun-with-the-.net-core-generic-host/