Are there situations that we should use a windows service ?
I am building a client-server project (c#) and the server supposed to work alone without any user so someone advised me to use a windows service to run the server, is this right ? or there are a better solutions ?
Are there situations that we should use a windows service ? I am building
Share
In your situation I would use a service for the following reasons: