Answer Posted / deepak kumar
A DLL HELL PROBLEM IS ARISE WHEN WE DEPLOYEE OR REGISTER A
NEW APPLICATION THAT'S PREVIOUS VERSION ALREADY RUNNING ON
OPERATING SYSTEM IT WILL CREATE A PROBLEM OF OVERRIDING OF
PREVIOUS VERSION AND MAKE CHANGE IN SYSTEM REGISTERY. .NET
PROVIDE A FACILITY OF GAC GLOBAL ASSAMBLY CACHE IN WHICH
WHEN NEW APPLICATION DEPLOYEED THEN IT EASILY DIFFERENCIATE
WITH PREVIOUSLY RUNNING VERSION IN MANY WAY AS THEIR NAME,
VALUE, CULTURE AND OTHER THEN DLL PROBLEM WILL NOT ARISE.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Define web services in asp.net.
Explain page output caching?
How do you implement postback with a text box?
Where web.config file is used?
Can you nest updatepanel within each other?
What is runat?
Explain the difference between inline and code behind - which is best in?
Explain the differences between managed and unmanaged code?
Distinguish between Server-side and Client-side code with its functionality?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How can you dynamically add user controls to a page?
what is meant by sitemapnode ?
What is preprocessor in .net?
Explain what are delegates?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc