what is DLL Hell and how it is solved in .NET?
Answer Posted / narendra
EARLY TO .NET IF YOU WANT TO USE ANY DLL IT WAS REQUIRED TO FOLLOW 3 STEPS 1)COPY THE DLL 2)REGISTER THE DLL WITH REGISTRY 3)CONSUME THE DLL
WHEN DLL IS REGISTER WITH REGISTRY THE REGISTRY CONTENTS CAN BE MODIFIED BY UNKNOWN PERSONS OR HACKERS OR INTRUDER THEN THE RESPECTIVE DLL WILL NOT WORK PROPERLY RATHER IT WILL CREATES MANY PROBLEMS THESE PROBLEMS ALONG WITH VERSIONING PROBLEM KNOWN AS DLL
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is application session?
Explain the difference between dataset and datareader.
How to implement Authentication and Authorization?
what are the Custom controls in asp.net?
What is the file through which you can customize your asp.net application?
Can you change a master page dynamically at runtime? How?
Is asp.net a programming language or framework?
What is the purpose of App_Code folder in ASP.NET? Why we this?
How to rename a table using sql queries?
How to fetch a data from one table to another table in asp.net ?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is the difference between application state and caching?
What is asp according to you?
what is command line compiler.what are the steps and how it is related to debugging.
Contrast OOP and SOA. What are tenets of each ?