what is DLL Hell and how it is solved in .NET?
Answers were Sorted based on User's Feedback
Answer / jyotiranjan bedi
DYNAMIC LINK LIBRARY (DLL)IS NOTHING BUT IT IS LIKE A
HEADERFILE IN .NET.IT STORE ALL THE DATA OF .NET MEANS
PREE DEFIND...THE MAIN BENIFITS OF DLL IS WE CAN REUSE IT.
Is This Answer Correct ? | 0 Yes | 7 No |
Answer / 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 |
Answer / ajay
1. By window file protection.
2. using correct COM.
Is This Answer Correct ? | 1 Yes | 18 No |
Answer / 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 |
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
0 Answers Sans Pareil IT Services,
What is user control in asp.net?
What is voluum?
• What are HttpHandlers? • What are HttpModules?
By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service
Which data type does the rangevalidator control support?
Define a static class?
What are sharepoint pages?
In how many ways we can retrieve table records count?
What is the benefit of WebAPI over WCF?
how many character send in one sms forget 160limit and think about gateway allowed
Can private assembly be used for more than one application? If so how?