What is dll hell, and how does .net solve it?



What is dll hell, and how does .net solve it?..

Answer / Sonia Verma

DLL Hell refers to a situation in traditional COM environments where multiple versions of the same DLL are present on a system, causing unexpected behavior due to conflicts between them. .NET solves this issue by using strong naming and versioning for assemblies (DLLs), ensuring that the correct version is loaded at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is class sortedlist underneath?

1 Answers  


Can an abstract class inherit from another abstract class c#?

1 Answers  


What is tryparse?

1 Answers  


What is the meaning of int parse in c#?

1 Answers  


What is single dimensional array in c#?

1 Answers  


can we declare a variable by name "this" in a class? Please explain?

3 Answers   IBM,


Why array is faster than arraylist in c#?

1 Answers  


What is the purpose of a constructor in c#?

1 Answers  


What is difference between asp net and c# net?

1 Answers  


what is collections and what is generics

4 Answers   Bally Technologies,


Explain the types of errors in c#?

1 Answers  


What Is The Difference Between The System.array.copyto() And System.array.clone()?

1 Answers   Infosys,


Categories