Interview Questions

How is the DLL Hell problem solved in .NET?

C# Interview Questions and Answers


(Continued from previous question...)

202. How is the DLL Hell problem solved in .NET?

Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.

(Continued on next question...)

Other Interview Questions