Hey Guys, I hope many good programmers are here. Can anybody explain me this? What is meant by dll files? Thanks in advance.
Friend, can you explain a little more? in operating systems whats the importance of these kinda files? PRGuy!
DLLs helps promote modularization of code, code reuse, efficient memory usage, and reduced disk space. Therefore, the operating system and the programs load faster, run faster, and take less disk space on the computer. ASP .Net platform extensively use dll.