|
|
|
|
|
by wooUK
4089 days ago
|
|
I've just rolled out a service using TopShelf having not used it previously. It really does simplify things. The best bit for me is being able to just hit F5 and having the thing run as a console application. No need to manually attach to processes for debugging. |
|
In your Main method:
And in the MyService class that derives from ServiceBase: