WindowsServiceDemo

Windows Service in ASP.NET Core

13
14
C#

Windows Service in ASP.NET Core

Buy Me a Coffee at ko-fi.com

Medium Article

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