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 the difference between server control and html control.
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Why is global asax is used for?
Explain the main differences between asp and asp.net?
Explain an object, class and method.
What is the full form of asp.net?
What is state management react?
What is ipostback?
What are validator? Name the validation controls in asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Which is better session or viewstate?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is skin in asp.net?
Explain server-side scripting and client-side scripting.
how to transfer the file from client to server using asp.net