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
Explain how do you deploy your asp.net application?
What is a postback in asp net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is a postback url?
When Cookies are expired in ASP.NET?
What is asp.net futures?
What are server objects?
Using code explain Configuration Management
Where session variables are stored?
Is asp.net mvc front end or backend? : Asp.Net MVC
Explain MVC model binders?
In order to get assembly info which namespace we should import?
Who is using asp.net?
How many ways are there to maintain a state in .net? What is view state?
What is the difference between cookie and session?