https://github.com/aphistic/serviceexample
An example Windows service written in C# laid out how I like in order to ease development and debugging. I created it for a friend but I figured I might as well put it online in case it helps anyone else.
https://github.com/aphistic/serviceexample
Last synced: 5 days ago
JSON representation
An example Windows service written in C# laid out how I like in order to ease development and debugging. I created it for a friend but I figured I might as well put it online in case it helps anyone else.
- Host: GitHub
- URL: https://github.com/aphistic/serviceexample
- Owner: aphistic
- License: mit
- Created: 2014-06-25T02:01:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T02:02:35.000Z (almost 12 years ago)
- Last Synced: 2025-03-02T18:16:58.150Z (over 1 year ago)
- Language: C#
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ServiceExample
==============
An example Windows service written in C# laid out how I like in order to ease development and debugging. I created it for a friend but I figured I might as well put it online in case it helps anyone else.