How does assembly versioning in .NET prevent DLL Hell?
Answer Posted / 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 |
Post New Answer View All Answers
What are the difference between static assemblies and dynamic assemblies?
What are the advantage of remoting over web services?
Explain how to perform remoting?
What are the security features in .net remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
How do you implement distributed applications in .net?
What are static assemblies and dynamic assemblies. Differences between them?
How to decide which to use .net remoting or asp.net web services?
Can you explain remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
Explain Singleton design pattern of Remoting?
When should we choose .net remoting over .net web services?
Difference between .net remoting versus distributed com?
How to directly call a native function exported from a dll?