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 are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What are triggers of an updatepanel?
Can you use Web API with ASP.NET Web Form?
What is client side state management?
Explain the asp.net page life cycle.
What is the difference between server-side scripting and client-side scripting?
What is route in web api?
What are the difference between function and stored procedure in .net programming language?
What is the use of view state?
How would you turn off cookies on a page of a website?
Explain the Order of events in an asp.net page?
What is css and what is it used for?
How would you enable impersonation in the web.config file?
To wrap up a call to a Web service the standard used is..?
How to use ipostback?