Dot Net Remoting Question:
Download Questions PDF

How does assembly versioning in .NET prevent DLL Hell?

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.

Download Dot Net Remoting Interview Questions And Answers PDF

Previous QuestionNext Question
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?How to directly call a native function exported from a DLL?