0 votes
in C Sharp by

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

1 Answer

0 votes
by

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.

 

...