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
What is mta?
How you can return View from ASP.NET Web API method?
What is the difference between mechine.config and web.config?
Explain how is a property designated as read-only?
What is http session state?
Difference between overriding and overloading?
Why do we need master page in asp.net?
In the Repeater control which way you can edit?
Which is better asp.net or php?
Describe paging in asp.net?
What is the use of view state?
What are the session management techniques asp net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What are cao and sao.