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
How we can create an array with non-default values?
What is meant by generics in c#?
Can you inherit from a static class in c#?
What is strong name assembly?
What are generics in c#.net?
What is the difference between convert and parse in c#?
Define an array?
Can we override static class in c#?
Explain about Destructor method?
Explain the difference between a sub and a function in c#.
Constructor to an arbitrary base constructor?
What is the use of oops in c#?
What is cshtml extension?
How do you sort an array in c#?
Can we inherit a private class in c#?