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
Explain http handlers? Where we can use the http handlers?
What are Caching techniques in .NET
What are server objects?
What are server-side comments in ASP.NET?
What is rich control in asp.net?
Is it possible to write code in many languages in one asp.net project?
What is data caching?
What is difference between Lambda Expression and LINQ in ASP.NET?
What is the difference between session and viewstate?
What are resource file and how do we generate resource file?
Explain the advantages of asp.net.
What is difference between datalist and gridview?
when a request is made in Life cycle of ASP.NET page .
What is a user developed application?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?