what is DLL Hell and how it is solved in .NET?
Answer Posted / ashok
Dll Hell refers to a set of problems caused when multiple
applications attempt to share a common component like a
dynamic link library (DLL).
using CLR DLL problem is achevied in .net technology
| Is This Answer Correct ? | 34 Yes | 44 No |
Post New Answer View All Answers
What is the difference between the get method () and post method ()?
Define static constructor?
What is the mvc model?
What is server transfer?
What is the use of global.asax file?
In the Repeater control which way you can edit?
Explain model, view and controller represent in an mvc application? : asp.net mvc
How can you display all validation messages in one control?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
How will you do Redo and Undo in a TextControl?
In Code-Behind class which kind of code (server or client) is found ?
How to deploy/publish webservices?How many ways?Plz explain me
What do you mean by caching in asp.net?
Differentiate the session object and application object?
What are the security types in asp.net?