Skip to content

dotnet-labs/WindowsServiceDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Service in ASP.NET Core

Buy Me a Coffee at ko-fi.com

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.

Buy Me a Coffee at ko-fi.com