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 asp net application object?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Explain significance of routing? : asp.net mvc
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
In how many ways we can retrieve table records count?
Why session management is required?
What is Cookies Less Session?
What are the HTML server controls in ASP.NET?
Is asp.net different from asp? If yes, explain how?
What is the difference between Hash table and Array list?
How to use push notification?
Give an example of cookie abuse.
Do you know caching feature?