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
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Explain code snippet to register exception filters from controller?
What is difference between cache and session?
What is a session http?
Explain the difference between asp and asp.net?
What is cache in asp net?
Can we override the enablepartialrendering property of the scriptmanager class?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How do you deploy your asp.net application?
Define resource files.
What is rich control in asp.net?
Describe how to implement globalization and localization in the use interface in .net.
What is the mvc model?