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

What is difference between web and window application?

0 Answers  


Can we make a Static Constructor Parameterized? Give Reason with your answer

0 Answers  


Why do you need boxing in c#?

0 Answers  


How can we give strong name to assembly? What is satellite assembly?

2 Answers   SMNetserv,


What are the 3 types of comments in c#?

0 Answers  


What are virtual classes in c#?

0 Answers  


What does string intern do?

0 Answers  


Why do we use inheritance in c#?

0 Answers  


What is a cshtml file?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

2 Answers   TCS, Wipro,


what is the difference between convert.tostring() and tostring() functions ?

0 Answers   QuestPond,


Is a valid int value?

0 Answers  


Categories