How does assembly versioning in .NET prevent DLL Hell?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Dot Net Remoting Job Interview Questions And Answers