.Net Tips – Find out if your app is running as a service
When you are developing an application to run as a service it’s nice to be able to also run it as a console app so you can easily debug, etc. On the rare occasion you might even want to find out if your app is running in a console window at runtime so you can …
.Net Tips – Find out if your app is running as a service Read More »