C# (Sharp) Programming Language Question:

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.


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