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
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are the 3 levels at which content pages can be attached to Master Page?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Define page output caching?
What is a web api endpoint?
They mostly asked difference between versions of technologies
What are the benefits of view state?
What is asp.net caching?
What is a web farm?
Can we have multiple master pages in asp net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain the purpose of storyboard.targetproperty.
What is a session in programming?
Why the javascript validation not run on the asp.net button but run successfully on the html button?