| |
| | Microsoft .NET Development : Adopting C#, and Eluding DLL Hell |
 | | DLLs gave developers the ability to create function libraries and programs that could be shared with more than one application. |
 | | Over the history of Windows, the method of tracking of DLL usage was changed by Microsoft several times, as well as the problem of rogue installations that didn't play by the rules--the result was called "DLL HELL", and the user was the victim. |
 | | An Assembly is a logical DLL and consists of one or more scripts, DLLs, or executables, and a manifest (a collection of metadata in XML format describing how assembly elements relate). |
| www.extremetech.com /article2/0,1697,1187696,00.asp (1669 words) |
|