Answer Posted / krupali patel
DLL HELL is the problem that occures when an installation
of a newer application might break or hinder other
application as newer DLLs are copied into the system and
the older application do not support or not compatible with
them. .net overcomes this problem by supporting multiple
versions of an assembly at any given time.this is called
side-by-side component versioning.
| Is This Answer Correct ? | 58 Yes | 8 No |
Post New Answer View All Answers
Describe a Windows Service and its lifecycle ?
Disable browser cache for entire ASP.NET website?
How many types of controls are there in asp.net?
What is difference between URL and URI?
Describe how to implement globalization and localization in the use interface in .net.
How do I create a web form?
explain code with datachaching with example
Describe session handling in a webfarm, how does it work and what are the limits?
What is application Object?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What are the types of caching in asp.net?
How can we create pie chart in asp.net?
What symbol specifies the beginning of a query string?
What is difference between asp.net and asp?
What is preprocessor in .net and type, where it use?