what is DLL Hell and how it is solved in .NET?

Answer Posted / sharma

This is a problem everybody faced in asp application which
uses dll created in vb6. Dll process still be in memory
even after the objest is destroyed exclusively causing the
program to restart.

.NET has a functionality call garbage collection which
wakes up every interval of time and clears the objects not
been used from the application .

Is This Answer Correct ?    64 Yes 186 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of WebAPI over WCF?

557


What are the steps involved to fill a dataset?

543


What is repository pattern in mvc.net? : asp.net mvc

514


Is asp.net easy to learn?

545


How can we access static variable?

639






Why do we need Sessions?

571


What is state management react?

499


Explain About duration in caching technique

606


Explain how do you validate the controls in an asp .net page?

508


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

500


What are sql notifications and sql invalidations?

519


Explain the Session state management options available with ASP.NET?

558


Define repository pattern in asp.net mvc? : asp.net mvc

488


What does clearing cache?

524


Describe the difference between inline and code behind - which is best in a?

563