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
Distinguish between Server-side and Client-side code?
Explain the difference between response.redirect vs server.transfer
Explain the different types of assemblies?
When should I use server transfer and response redirect?
How does session work?
How do u deploy your asp.net application?
What is asp.net response object?
What is session in http request?
What is skin in asp.net?
What do you mean by caching in asp.net?
Explain what is event bubbling?
What's the difference between viewstate and sessionstate?
What is asp net application object?
What is Dynamic Web and discuss its usage with the help of real life examples?
Define machine.config in .net?