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


Please Help Members By Posting Answers For Below Questions

how to debug web services on consumer side?

567


What is ipostback?

595


What is gridview in asp.net?

511


How many types cache in asp net?

521


What is asp.net introduction?

513






Define application state variable and session state variable?

552


What is server side session management?

520


What is ispostback property?

497


Why SessionID changes in every request in asp.net?

541


How does http session work?

516


Explain the difference between globalization and localization techniques

528


Difference between singleton and singlecall.

563


In ViewState How much lifespan items stored?

586


Diff between web user control and web custom control?

494


What is difference between cookies and cache?

512