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
Can you explain architecture of your project ?
What parameters can you pass in the url of the api? Can get and post use the same url?
Does web services support data reader like pom project?
What is a session in asp.net?
Is it possible to migrate visual interdev design-time controls to asp.net?
Explain different authentication modes in asp.net?
What is hidden field in asp.net?
What are url fragments?
Can you clarified A Web service can only be written in .NET or not?
What is scope of an application variable in asp.net?
What is event bubbling?
Why do we need master page in asp.net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Whats the difference between abstract factory pattern and factory pattern?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely