what is DLL Hell and how it is solved in .NET?
Answer Posted / kureshi salman
DLL HELL refers to the set of problems caused when multiple
application attempt to share a common component like DLL.In
VB6 there are many DLL,Hence the programmer confused which
DLL he wants to update this situation made a s/w or product
failure.
You can avoid this problem in .net using a s/w recompiling
due to recompiling the program ,a DLL is automatically
updated.If the s/w is deployed on a machine,then You can
avoid this problem in .net using a s/w reinstalling the
program a DLL is automatically updated.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How you will manage the state of ASP.NET controls?
Where session variables are stored?
What is skin in asp.net?
What is the difference between web.config and machine.config in ASP.NET?
What is the function of the ViewState property?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain the concept of MVC Scaffolding?
What are the asp.net 2.0 features?
How can you ensure a permanent cookie?
How many types of controls are there in asp.net?
Explain the difference between overriding and overloading?
explain code with multi inhertance
List down the sequence of methods called during the page load.
What is full trust in asp.net?
What is the best Macanism to clear the Cache in asp.net