How?s the DLL Hell problem solved in .NET?



How?s the DLL Hell problem solved in .NET?..

Answer / daniel

Assembly versioning allows the application to specify not
only the library it needs to run (which was available under
Win32), but also the version of the assembly.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Sharp Interview Questions

How do I create a single-file assembly?

0 Answers  


What is file extension of webservices?

0 Answers  


How do I enforce const correctness in c#?

0 Answers  


How many kinds of elements an array can have?

0 Answers  


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

0 Answers   Siebel,






What is lazy keyword in c#?

0 Answers  


What is an expression in c#?

0 Answers  


Can arraylist hold primitive types?

0 Answers  


What is Event - Delegate?

0 Answers  


wt is namespace? wt is the use?

12 Answers  


all information

1 Answers  


What are synchronous and asynchronous operations?

0 Answers  


Categories