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
What is asp.net caching?
How to implement globalization and localization in the use interface in .net.
Who is using asp.net?
How could you modify xaml content from javascript?
What is query string with example?
Why session is more secure than cookies?
Which object encapsulates state or data of a user?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is considered a service provider?
What are the types of validation in asp net?
What is server infrastructure & server components?
What is semantic gap?
Where session variables are stored?
Explain the Order of events in an asp.net page?
Please brief not about xsd,xslt & xml?