C# (Sharp) Programming Language Question: Download C# (Sharp) Programming Language PDF

How is the DLL Hell problem solved in NET

Tweet Share WhatsApp

Answer:

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.

Download C# (Sharp) Programming Language PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What does the Dispose method do with the connection object?What are the ways to deploy an assembly?