C# (Sharp) Programming Language Question:
How is the DLL Hell problem solved in NET
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.
Previous Question | Next Question |
What does the Dispose method do with the connection object? | What are the ways to deploy an assembly? |