KO
|
EN
gitlite — search
Search
#python
#php
#nodejs
#machine-learning
#golang
#android
#deep-learning
#dashboard
#game
#react
#data-analysis
#csharp
WindowsServiceDemo
★ 25
Open GitHub ↗
Windows Service in ASP.NET Core
Download README (.md)
Explore Similar Repositories
vmon
:
An asynchronous directory file change watcher module for Windows, macOS and Linux wrapped for V
panoptes
:
cross-platform file watcher library for C++17 using std::filesystem and native interfaces
pod-babashka-fswatcher
:
Babashka filewatcher pod. babashka, clojure, pods, watchers
filewatcher
:
File Watcher 核心库:轻量级Java库
pod-babashka-fswatcher
:
Babashka filewatcher pod.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WindowsServiceDemo
?
Download (.md)
# Windows Service in ASP.NET Core <a href='https://ko-fi.com/changhuixu' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> ## [Medium Article](https://codeburst.io/create-a-windows-service-app-in-net-core-3-0-5ecb29fb5ad0) <img src="./windows-service.png" width="650"> In this blog post, we will create a demo Windows Service application which includes a set of features such as reading configurations, logging to files, dependency injection, file system watcher, and so on. The application will be written in .NET Core 3, which introduces new concepts like generic host, worker service, background service, and so on. We will go over the installation process of our Windows Service application as well. ## License Feel free to use the code in this repository as it is under MIT license. <a href='https://ko-fi.com/changhuixu' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>