Why would people have DLLs? I don't understand them at all except I heard my teacher saying that they are used for almost all programs that help with basics or something like that?
Dll's are just code modules, they hold code that can be used not only (usually) in the current program but also in many others as well. That is all the dot net framework is; just a bunch of dll's - reusable code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.