Answer Posted / nitesh dwivedi
Windows registry cannot maintain multiple versions of the
same library because of this when it comes to deployment.
Old version is trying to override new version clash will
take place. This will terminates installation process. This
problem is called as DLL HELL. When it comes to deployment
higher version can override lower version in the window
registry. All these drawbacks has been overcome in .net by
introducing Assembly concept.
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of using session?
How you will improve web application performance?
What are the parts of an http response?
What is asp.net used for?
Can you explain architecture of your project ?
Difference between singleton and singlecall.
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is .net framework and what are the main components of it?
List some of the important session state modes of asp.net.
Give an example of cookie abuse.
Describe the diffeerence between inline and code behind?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
How many types of session in ASP.NET
What is the parent class of all web server control?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?