How does assembly versioning in .NET prevent DLL Hell?
Answers were Sorted based on User's Feedback
Answer / sivaraj.t
here is the answer : : :
The runtime checks to see that only one version of an
assembly is on the machine at any one time.
.NET allows assemblies to specify the name AND the version
of any assemblies they need to run.
The compiler offers compile time checking for backward
compatibility.
It doesn.t.
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / sathiya
Using Zero impact deployment in .Net to prevent the DLL
Hell Proplem.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / himanshu raj
dll hell problem occurs due to more than one assembly being used for single application. How the applic ation will know which assembly to use? Assembly name and number that is version is specified so that the application can use specific assemblies.
| Is This Answer Correct ? | 1 Yes | 4 No |
Threading Types ?
How to perform Remoting?
What is the difference between private and shared assembly?
What is the difference between remoting and webservice?
What are the security issues if we send a query from the application?
What do you mean by passport authentication and windows authentication ?
What distributed process frameworks outside .NET do you know?
What?s Singleton activation mode?
How can you debug failed assembly binds?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
what is the diff between remoting and webservice
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?