what is DLL Hell and how it is solved in .NET?
Answer Posted / tarun kumar prusty
Traditionally in com component is face this problem.Means
when we developed a application using com component at first
we have to registered under the window operating system by
using a command line tool regsvr32 (dll name) it is the
first problem and another is when we register particular
versions of same com component like V1.0.0.0 it is default
version of every dll we can easily registered.If again we
change the version like v1.0.0.1 and registered again window
operating system it will be face problem i,e window registry
can't be maintained multiple versions of same com
component.To overcome this problem Microsoft has introduce a
new concept known as ASSEMBLY here is not required to
register under operating system and window can maintain
multiple versions same assembly.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can you display all validation messages in one control?
Explain the difference between debug.write and trace.write? When should each be used?
What is http only cookie?
Can we set master page as a start page?
What does a switch do?
What are the namespaces used in asp.net mvc? : asp.net mvc
Describe session handling in a webfarm, how does it work and what are the limits?
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
Define web services in asp.net.
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How does asp.net work?
Which library is used by the testers and developers to develop automated tests and create testing tools?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is the difference between file-based dependency and key-based dependency?
What is the difference between abstract class vs interface? Can give me the real time examples?