what is DLL Hell and how it is solved in .NET?
Answer Posted / parthasarathi
Global assembly Cache (GAC) is a repository for all the .Net components or dll that are shared globally on a particular machine. When a .Net component or dll is installed onto the machine, the Global Assembly Cache looks at its version, its public key, and its language information and creates a strong name for the component or dll. The component or dll is then registered in the GAC and indexed by its strong name, so that even with same name of assembly could be install to GAC that will be having two different versions. Once versioning done with any assembly there will be no chance to conflict, which was earlier happening (DLL HELL).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are asp.net web forms?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
How would you create a permanent cookie?
Write some code using interfaces, virtual methods, and an abstract class`
What are the features of asp.net mvc?
Why cyclomatic complexity is important?
Explain difference between friend and protected friend?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the difference between application state and session state in asp net?
What is meant by ispostback in asp net?
Where code pages are used?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How to display Alert in ASP.NET
How can we create pie chart in asp.net?