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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

982


How can we communicate with each server in N-tier Architecture? and what are the methods?

2296


Explain code snippet to register exception filters from controller?

1042


What is difference between cache and session?

1023


What is a session http?

972


Explain the difference between asp and asp.net?

1066


What is cache in asp net?

1058


Can we override the enablepartialrendering property of the scriptmanager class?

1183


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

2205


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1963


How do you deploy your asp.net application?

1102


Define resource files.

1022


What is rich control in asp.net?

1073


Describe how to implement globalization and localization in the use interface in .net.

1010


What is the mvc model?

1064