what is DLL Hell and how it is solved in .NET?
Answer Posted / moinuddin
Over the history of Windows, the method of tracking of DLL
usage was changed by Microsoft several times, as well as
the problem of rogue
installations that didn't play by the rules--the result was
called "DLL HELL", and the
user was the victim.
Solving DLL hell is one thing that the .NET Framework and
the CLR targeted. Under
the .NET Framework, you can now have multiple versions of a
DLL running
concurrently. This allows developers to ship a version that
works with their program
and not worry about stepping on another program. The
way .NET does this is to
discontinue using the registry to tie DLLs to appliction
and by the concept of assembly
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
Explain the difference between singleton and single call?
Explain the difference between array and linkedlist?
Can you change a master page dynamically at runtime? How?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is http session state?
What is the asp.net mvc folder conventions? : asp.net mvc
What are sql joins?
Explain difference betn dataset and recordset?
Differentiate strong typing and weak typing
What is data reader in asp.net?
How is a session stored and maintained in asp.net?
Explain the steps to be followed to use passport authentication.
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is HTTPModule and HTTPcontext? What is the use of each?
What is query string in asp.net?