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
Can we configure a .net remoting object via xml file?
What are the advantage of remoting over web services?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Can you explain remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Explain how to directly call a native function exported from a dll?
What is fundamental of published or precreated objects in remoting?
Explain Singleton design pattern of Remoting?
Explain marshalling and its types in .net remoting
What is the proxy of the server object in .net remoting?
What does manifest consists?
Explain the Flow of remoting?
What are the different types of channels used by .net remoting and which is the best one?
Explain how to perform remoting?
What is unmanaged code?