How?s the DLL Hell problem solved in .NET?
Answers were Sorted based on User's Feedback
Answer / ranjana tyagi
This Problem is Solved by using the assembly
versioning.That has four parts major,minor,build and
revesion.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / guest
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 ? | 1 Yes | 1 No |
Answer / ranjeet singh
Through " Versioning " you can solve DLL Hell Problem
M.M.B.R(Mejor.minor.builder.revision)this is format of
version assembly.
Is This Answer Correct ? | 1 Yes | 1 No |
What are Uses of CLR
What is verbatim literal in c#?
What is difference between the "throw" and "throw ex" in .net?
can we throw execption from catchblock
Describe how a .net application is compiled and executed
What is a thread? What is multithreading?
what is a destructor?
what is difference between is and as operators in c#?
when data member or member function is static is acess specifier is considered??
what is the difference between .dll and .exe
Explain get and set accessor properties?
What is difference between class and abstract class in c#?