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
Where is session cookies stored?
Is there any limit for query string? Means what is the maximum size?
What are the three parts of an http response?
What is caching in asp.net?
Explain the purpose of storyboard.targetproperty.
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What are sharepoint pages?
What is asp net application object?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What r the asp.net list controls and diff. Between them?
Difference between overriding and overloading?
Explain how asp.net different from asp?
If you are using components in your application, how can you handle exceptions raised in a component?
Can you explain one critical mapping? Performance issue which one is better?
Explain MVC model binders?