what is DLL Hell and how it is solved in .NET?
Answer Posted / kobra thakur
Registry of operating system is unable to 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 ? | 24 Yes | 12 No |
Post New Answer View All Answers
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Write the different features of a Thread and a Process?
What is meant by asp.net?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is event bubbling?
What are the disadvantages of view state?
Explain the advantages of asp.net.
What is difference between web api and web services?
Explain the use of fragment caching.
Explain what does mvc represent in asp.net? : asp.net mvc
What do you mean by serialize?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Why do we use datasource in asp.net?
How can we register exception filter globally?