Answer Posted / anisha
DLL HELL was there in earlier version of .Net .With the
latest Version .Net handles this automatically.
It arised due to two main reasons.:-
1.> While the dll are named the name may match with those
existing by default in windows folder or if the dll has not
been updated after adding an additional functionality then
the application will throw error and this resulted in DLL
hell.This can be avoided by either updating the DLL or by
changing the version in web.config through strong tag.
2.> There may be a side effect with dll as particular
memory reference may get deleted then the application will
throw error and result in DLL hellas it wont get that
referenced memory required in the application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define view state.
What are the security types in asp.net?
What are the Types of object in asp
Give a few examples of page life cycle events.
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Explain the difference between globalization and localization techniques
Explain asp.net application life cycle?
How can we inherit a static variable?
What are different methods of session maintenance in asp.net?
What is the behavior of a Web browser when it receives an invalid element?
Explain the difference between debug.write and trace.write? When should each be used?
What is query string?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain how do you deploy your asp.net application?
Explain culture and uiculture values.