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
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is the default Orientation property in a Menu control?
Explain culture and uiculture values.
How Session outproc in Sqlserver stored?
Explain in what order a destructors is called.
Explain the asp.net session state modes.
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain a program using code nuggets to create a simple application? : asp.net mvc
When should I use server transfer and response redirect?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is session management in web application?
What is autopostback in dropdownlist in asp net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How does ASP.NET framework maps client side events to Server side events.?
Explain the concept of View Model in MVC?