How?s the DLL Hell problem solved in .NET?
Answer / 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 |
What is difference between web and window application?
Can we make a Static Constructor Parameterized? Give Reason with your answer
Why do you need boxing in c#?
How can we give strong name to assembly? What is satellite assembly?
What are the 3 types of comments in c#?
What are virtual classes in c#?
What does string intern do?
Why do we use inheritance in c#?
What is a cshtml file?
Where does the dispose method lie and how can it be used to clean up resources?
what is the difference between convert.tostring() and tostring() functions ?
Is a valid int value?