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
Can non-default constructors be used with single call sao?
What is scope c#?
What is the difference between disposing of () and finalize() methods in c#?
Is array reference type in c#?
What is the use of console readkey in c#?
Why do we use threads in c#?
Can we have multiple threads in one app domain?
What are the collection types can be used in c#?
What is the use of convert toint32 in c#?
How long has c# been around?
What are the new features in c# 2.0?
What is windows form in c#?
How does bubble sort work?
Why do we still see so much non-oo code written in c# today?
How to reduce image resolution in C#?