Answer Posted / solanki_mca
DLL Hell, is kind of conflict that occured previously, due
to lack of version supportability of dll for(within) an
application.
Previously, if u had deployed any dll for particular
application, and in between u made some changes or provide
some more functionality within that application or u
enhance your application and you deploy new dll or
override existing dll, in this case ur old module which
was/were running fine with previous dll, may behaves
improperly because of new dll deployed.This called dll Hell.
This is no more exist in dot net because of different
version supportability of dll, it means old process worked
with old dll only and respond in exact manner, and new
process which starts after new dll deployed uses(executes
with) new dll and respond to user.
| Is This Answer Correct ? | 76 Yes | 3 No |
Post New Answer View All Answers
Is asp.net mvc front end or backend? : Asp.Net MVC
How can you make sure that web api returns json data only?
What is base class of button control in .net?
What is server redirect?
What are main return types supported in Web API?
What are validator? Name the validation controls in asp.net? How do you disable them?
Why web api is better than wcf?
How do we assign page-specific attributes?
What is mvc in angular?
Give a few examples of page life cycle events.
Mention the execution process for managed code?
Explain the difference between webfarm and webgardens in .net?
What is state management technique?
What is the difference between pathparam and queryparam?
What is the purpose of asp.net?