R
Rich Bernstein
Is it possible to write a .NET service that could also be run as a user
application? This might be something along the lines of defining multiple
entry points, to be used based on how the program is executed.
I would like to do this without creating a DLL for all the program code, and
two executables for the service/application front ends....
Thanks.
application? This might be something along the lines of defining multiple
entry points, to be used based on how the program is executed.
I would like to do this without creating a DLL for all the program code, and
two executables for the service/application front ends....
Thanks.