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 would you use untrusted verification?
Can we inherit private members of class in c#?
Why do we use static methods in c#?
Does c# support try-catch-finally blocks?
Does c# have a 'throws' clause?
Can we inherit sealed class in c#?
what is scope of a protected internal member variable of a c# class
How to use exception handling in stored procedure?
Can interface inherit class in c#?
How many root nodes are there in an xml document?
How can you set image source dynamically from c# application to ”test.png” file?
How do I simulate optional parameters to com calls?
Explain when should you call the garbage collector in .net?
What are the two kinds of properties in c#.
Can arraylist hold primitive types?