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 steps to publish an object outside the service domain
How to directly call a native function exported from a dll?
What are the ways to renew lifetime leases of objects?
Explain how does assembly versioning in .net prevent dll hell?
What is fundamental of published or precreated objects in remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is a formatter in .net remoting?
What is unmanaged code?
Write a example code for remoting?
Difference between .net remoting versus distributed com?
What are the types of remoting?
What are static assemblies?
What are the ways to configure remoting objects before client can use them?
Define the lease of the object?
What are static assemblies and dynamic assemblies?