Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is DLL Hell and how it is solved in .NET?

Answers were Sorted based on User's Feedback



what is DLL Hell and how it is solved in .NET?..

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

what is DLL Hell and how it is solved in .NET?..

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

what is DLL Hell and how it is solved in .NET?..

Answer / ajay

1. By window file protection.
2. using correct COM.

Is This Answer Correct ?    1 Yes 18 No

what is DLL Hell and how it is solved in .NET?..

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

Post New Answer

More ASP.NET Interview Questions

To which class you load XML or Related Data

1 Answers  


Types of caching ?

3 Answers   TCS,


what to magage the state manament in asp.net with respect to in_prock and out_prock

1 Answers   Aviva,


What is synchronous and Asynchronous post back ?

0 Answers  


hi .net gurus here is my question " how does impersonate in asp.net works? explain with good example"

2 Answers   PennyWise, TCS, Wipro,


What is postback pixel?

0 Answers  


What is application in asp net?

0 Answers  


i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me

4 Answers  


What is the size of Get method and how much data it can store?

0 Answers   HCL,


What is the use of view state?

0 Answers  


In which form does the dataset store data in it?

3 Answers   Verinon Technology Solutions,


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


Categories