What is DLL.I know that its a Dynamic library Link but what is it yoused for and how can i learn to write my own DLL.
They are collections of useful functions that running programs can call as necessary from a central location. This allows programmers to focus on providing additional functionality instead of starting from scratch. They're usually written in compiled languages, like C#, so you'll have to learn that first.