A DLL is a Dynamic Linked Library. Or a library of functions that are linked to at run time.
When you compile business functions, especially those you might want to use in more than one place, you compile them into a library that then is consumed by the shell of the program, be it ASP or Winforms...
Hal Levy
I am here to help you, not do it for you.
|