How?s the DLL Hell problem solved in .NET?
Answer Posted / 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 View All Answers
Explain about Oops concept
When was c# created?
How do I declare inout arguments in c#?
Why constructor is used in c#?
What is trim in c#?
Is arraylist faster than linkedlist?
Explain the use of Mutex in C#?
How to find out that the code is written as managed or un-managed code?
Is a decimal an integer?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Classes and structs can be declared as static, is this statement true or false?
In C#, explain the difference between overloading and overriding.
What is polymorphism and its types in c#?
What is int tryparse in c#?
Is collection a data structure?