How?s the DLL Hell problem solved in .NET?



How?s the DLL Hell problem solved in .NET?..

Answer / daniel

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.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Sharp Interview Questions

I want to single value if you give any integer value. Below are examples  1. Input: 123  Output: 6 2. Input: 99   9+9=18   1+8  Output: 9 How to get above output?

1 Answers   AxSys,


You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?

0 Answers  


What is generic method in c#?

0 Answers  


What is the purpose of escape sequence?

0 Answers  


What is the delegates in c#?

0 Answers  






Who benefits from ajax?

0 Answers  


If I return out of a try/finally in c#, does the code in the finally-clause run?

0 Answers  


What is predicate builder?

0 Answers  


Is string passed by reference in c#?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  


What is a streamwriter in c#?

0 Answers  


Is stringbuilder faster than string concatenation c#?

0 Answers  


Categories