what is DLL Hell and how it is solved in .NET?
Answer Posted / imtiyaz chanderki
Windows Registry can not support the multiple versions of
same com component this is called the dll hell problem.
Dll hell problem is solved by dotnet it allows the
application to specify not only the library it needs to
run but also the version of the assembly
Is This Answer Correct ? | 177 Yes | 27 No |
Post New Answer View All Answers
How many types of Cookies are available in ASP.NET?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
In which event of the page life cycle, is the viewstate available?
In order to get assembly info which namespace we should import?
What is caching? What are different ways of caching in asp.net?
How does viewstate work?
Give 2 examples for scenarios when routing is not applied?
Explain what the contents of cookie?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Do you know using sql cache invalidation?
What is asp.net introduction?
What is the usage of DelegatingHandler?
How to turn off cookies for a page?
What is class and object in asp.net?
What are sessions in asp net?