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
- Host: GitHub
- URL: https://github.com/stefh/dotnetcore-windows-service
- Owner: StefH
- License: mit
- Created: 2019-02-24T12:12:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T08:08:13.000Z (over 7 years ago)
- Last Synced: 2024-04-14T13:08:22.918Z (about 2 years ago)
- Language: C#
- Size: 40 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/