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 s2s tracking?
What is difference between or and orelse?
What is server components?
What is a form tag?
Define repository pattern in asp.net mvc? : asp.net mvc
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is meant by server side scripting?
Explain managed code an un-managed code.
What is asp net application object?
Define resource files.
What are cookies in your browser?
Describe the difference between inline and code behind - which is best in a?
Explain server side state management system.
What is distributed system in asp.net?
What is the difference between mechine.config and web.config?