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
In the Repeater control which way you can edit?
What is web api and why to use it?
How can you make sure that web api returns json data only?
What is preprocessor in .net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Describe paging in asp.net?
From which base class all web forms are inherited?
Where sessions are stored in asp.net?
Give 2 examples for scenarios when routing is not applied?
What is masterpage?
Explain the use of view state?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Where is http session stored?
Web API supports which protocol?
What kind of data we can store in viewstate?