C# (Sharp) Programming Language Question:
Download Questions PDF

How is the DLL Hell problem solved in NET

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What does the Dispose method do with the connection object?What are the ways to deploy an assembly?