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 asp.net control toolkit?
Can you use Web API with ASP.NET Web Form?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Why select Web API?
How to Separate background image and front image from original picture....
how to write html code with ssl
Can we set master page as a start page?
Why viewstate is used in asp.net?
What is the sequence in which ASP.NET events are processed?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
In which event of the page life cycle, is the viewstate available?
How do you declare static variable?
Why do we need a web application session?
What are server objects?
Explain the difference between inline and code behind - which is best in?