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 a singleton class?
What is difference between struct and class in c#?
What is thread life cycle in c#?
Explain lock, monitors, and mutex object in threading.
Explain how to add controls dynamically to the form using c#.net.
How do you create user defined data types in c#?
What is a view? What is the use of it?
What are logical operators in c#?
What is the purpose of static?
What is a linked list c#?
What is difference between constants and readonly in c#?
What .exe means?
How do you clear a list in c#?
Why do we overload constructors?
Why reflection is used in c#?