Can anyone tell me the prons and cons having C# program calling an
executable or DLL?
I always do not like the idea of having one executable calling another
executable since I can have more control by calling interfaces exposed
from a DLL. In my situation, I need to watch for a certain event and
exe can only give me a return code. Any pros using an exe?
executable or DLL?
I always do not like the idea of having one executable calling another
executable since I can have more control by calling interfaces exposed
from a DLL. In my situation, I need to watch for a certain event and
exe can only give me a return code. Any pros using an exe?
Comment