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
Explain the types of .net remoting?
Explain how to perform remoting?
What are the advantage of remoting over web services?
What is fundamental of published or precreated objects in remoting?
What are the ways to configure remoting objects before client can use them?
What are the ways to renew lifetime leases of objects?
Define a process?
How to directly call a native function exported from a dll?
What do you mean by windows authentication?
Explain Singleton design pattern of Remoting?
Explain serialization formatters in .net remoting
Explain when we use web service and when we use remoting?
What are dynamic assemblies?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
How do you implement distributed applications in .net?