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
in which protocol ASP.NET WEB API Work?
What is the function used for removing an event listener?
What are the memory-mapped files?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
8. Why do you want to work here?
Where the viewstate is stored after the page postback?
Define transparent caching with aop?
Is asp.net a programming language or framework?
What is the full form of asp.net?
Why session is more secure than cookies?
How many validators do ASP.NET have?
What is asp.net web application?
What is meant by ispostback in asp net?
What are the differences between the response.write() and response.output.write()?
How we implement web farm and web garden concept in asp.net?