How does dll hell solve in .net?



How does dll hell solve in .net?..

Answer / Jaideep Shrivastava

In traditional COM environments, DLL Hell occurs when multiple versions of a single 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

Why do we use constructors in c#?

1 Answers  


Why dictionary is used in c#?

1 Answers  


what are the best design patterns for C#.Net?

1 Answers  


What is class in oops with example in c#?

1 Answers  


What is serialization in c#?

1 Answers  


What are All kind of access specifiers for a class and for methods

1 Answers  


What is the max value of int32 in c#?

1 Answers  


What is the difference between abstract and abstraction?

1 Answers  


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

1 Answers  


Is c# pass by reference?

1 Answers  


What is iqueryable in linq?

1 Answers  


What is the difference between int16 and int32 in c#?

1 Answers  


Categories