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 asp.net version?
How to sign out from forms authentication?
Explain the difference between debug.write and trace.write?
What the use of Form Authentication and windows Authentication?
Define globalization and localization.
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
What does the "EnableViewState" property do? Why would I want it on or off?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
what are the sitemap providers in Asp.net 2.0?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Can we have a web application running without web.config file?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)