Why not a seperate dll (performance issue)

  • Thread starter Thread starter Champika Nirosh
  • Start date Start date
C

Champika Nirosh

Hi All,

Can some one shed some light on to the fallowing discussion..

The issure is..

Why we shouldn't use a seperate dll when we have the option to add the class
(cs file) straightaway to the code (solution)?

Thanks,
Nirosh.
 
My thoughts would be use a dll when you need to. Don't use another when you
don't. Its nice to be able to distribute a single exe without a bunch of
dlls if possible. Naturally, you may want dlls, if you want to share the
implementation of your library or share interfaces and/or implementations
for Remoting.
--wjs
 
Thanks William I also agree with you.. and I am here looking for some more
specific Tech. points
Any way thanks for your help

Nirosh
 
Back
Top