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
When you use Ajax controls in the ASP.NET application?
What are sessions used for?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is preprocessor in .net and type, where it use?
Why is the standalone environment only useful during the development process?
What is the difference between application state and caching?
What is difference between cookies and cache?
Where session variables are stored?
Differentiate the session object and application object?
Explain automatic memory management in .net.
What is the typical session identifier?
Is there any property names “isnavigating”?
What are the two properties that are common on every validation control?
How u refer webservices?
What does passport and windows authentication mean in ASP.NET?