Answer Posted / sudhakar sakthivel
Versoning problem is called the DLL Hell. If Already you
have deployed any application with dll. Now you did some
changed in your application and dll. If your deploy this
newer application, the Older dll will be overrided by the
newer Dll. So Older Application is not working properly.
But in .Net Framework solved this Versioning problem. So If
we developed this application in .Net, Both application
will be worked properly. Old Application will reffer the
Older Dll and Newer Application will reffer the New Dll.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is asp.net master page?
Explain different types of Caching techniques in ASP.NET?
What is the main difference between Asp.net and Vb.net?
What is difference between rest and soap?
What is the life cycle of web page?
How many types of cookies are there in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is directive in asp net?
Why is string called immutable data type?
What are uri parameters?
What does aspcompat="true" mean?
What is asp.net ajax?
What is web configuration file and how to use in web application
How to you can limit Access to Web API to Specific HTTP Verb?
What is the difference between “Web.config” and “Machine.Config”?