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 active web page?
Explain the different types of directives in .net?
What is the use of web.config file?
Differentiate between a hyperlink control and a linkbutton control.
Explain the use of resource manager class in .net.
Explain difference between friend and protected friend?
Explain about asp.net state management?
Define machine.config in .net?
How to register exception filter globally?
What is a 307 redirect?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is hidden field in asp.net?
Can we use html in asp.net?
Where the cookie value is stored?
Explain the difference between debug.write and trace.write?