G
Guest
Hi All;
another simpleton question. i'm pretty sure i already know but...
what is a .Net Assembly?
In the C++ app i work on at work, we use a main app with COM "plugnis" and a
few COM servers. these COM servers are interesting in that they are self
contained programs that allow the main app to interface with some of the
server's functionality and only are active as long as the main program is.
How could you implement such a setup using C#? i understand when you create
a class library it's creating a .dll.
and if you create an executable how can you access it's functionality from
another app?
a window service sounds like it might be close but again how can you access
it's functionality from another app?
i've been using C# at home but not in the work environment and would like to
expand my knowledge.
Any help would be great. thanks
another simpleton question. i'm pretty sure i already know but...
what is a .Net Assembly?
In the C++ app i work on at work, we use a main app with COM "plugnis" and a
few COM servers. these COM servers are interesting in that they are self
contained programs that allow the main app to interface with some of the
server's functionality and only are active as long as the main program is.
How could you implement such a setup using C#? i understand when you create
a class library it's creating a .dll.
and if you create an executable how can you access it's functionality from
another app?
a window service sounds like it might be close but again how can you access
it's functionality from another app?
i've been using C# at home but not in the work environment and would like to
expand my knowledge.
Any help would be great. thanks