

We can use a single DLL file in more than one program. Usually a Dynamic Link Library is used for the resources for the program. The Static DLL is in existence until and unless our program is in an active state but a Dynamic DLL is only in existence when it is required. There are two types of DLLs, one is Static DLL and another one is the Dynamic DLL. When we make a simple program and build this program then automatically in your bin folder the DLL of that class file is created. In a DLL file there is very much information present, like the library functions, methods and many other information that are used in a Windows program. DLLs play a very effective role in Windows programming. Some people also called them C# class libraries. Here we talk about Dynamic Link Libraries (DLLs).
