Multiple choice technology programming languages

can versioning concept applicable to Private assemblies?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Versioning is NOT applicable to private assemblies. Private assemblies are deployed within the same directory as the application and are not registered in the Global Assembly Cache (GAC). Since they exist as simple DLL files without formal versioning infrastructure, multiple versions cannot coexist side-by-side. Only shared assemblies in the GAC support versioning.