what is DLL Hell and how it is solved in .NET?
Answer Posted / ashok
Dll Hell refers to a set of problems caused when multiple
applications attempt to share a common component like a
dynamic link library (DLL).
using CLR DLL problem is achevied in .net technology
| Is This Answer Correct ? | 34 Yes | 44 No |
Post New Answer View All Answers
How can we create pie chart in asp.net?
Define reflection in .net?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Describe the events in the life cycle of a web application.
What is globalization and localization in asp net?
What are the HTML server controls in ASP.NET?
What does postback mean?
How to make paging concepts in datagrid in ASP.NET?
Which is faster viewbag or viewdata?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How do you design a website with multilingual support in ASP.NET ?
What is a session http?
Can we handle the error and redirect to some pages using web.config?
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc