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
Why do we need delegates in c#?
What sort algorithm does c# use?
How do you sort a list in c#?
Is dictionary a collection?
What are the different types of delegation?
Why can’t struct be used instead of class for storing entity?
What is integer c#?
Can a static class contain non static members?
What is the value which is accepted by all data types ?
What does get set mean in c#?
What does .length do in c#?
Which program construct must return a value?
Describe how a .net application is compiled and executed
When was .net linq added?
Define delegate in c#?