what is DLL Hell and how it is solved in .NET?
Answer Posted / kureshi salman
DLL HELL refers to the set of problems caused when multiple
application attempt to share a common component like DLL.In
VB6 there are many DLL,Hence the programmer confused which
DLL he wants to update this situation made a s/w or product
failure.
You can avoid this problem in .net using a s/w recompiling
due to recompiling the program ,a DLL is automatically
updated.If the s/w is deployed on a machine,then You can
avoid this problem in .net using a s/w reinstalling the
program a DLL is automatically updated.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What are the main differences between asp and asp.net?
What is application variable in asp.net?
What is the difference between CC and BCC?
What is the basic difference between asp and asp.net?
What is the difference between page-level caching and fragment caching?
What is Partial PostBack in ASP.NET?
What websites use asp.net?
How would you get asp.net running in apache web servers? Explain it's limitations.
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain weak typing and strong typing.
Explain the difference between asp & asp.net.
How will you do Redo and Undo in a TextControl?
What is manifest in .net framework?
9. Why should we hire you over the others waiting to be interviewed?
Define viewstate in .net?