Is versioning applicable to private assemblies?

Options
- No
- Yes


CORRECT ANSWER : No

Discussion Board
correct answer is NO

Versioning concept is only applicable to global assembly cache (GAC) as private assembly lie in their individual folders. This does not mean versioning is not needed , you can still version it to have better version control on the project.

niharika kodiganti 12-25-2017 03:58 PM

is version applicable for private assemblies

Yes, versioning is applicable to private assemblies too There are 2 types of versions:
1)File version
2)Assembly version

File version is the default version that is assigned to any .NET assembly,example: click a .exe and view its properties: File version would always be there
version is applicable when we create a shared assembly(assembly installed in a GAC)

Private assemblies do not have Assembly version,but they do haveFile Version

Bibhuti 11-20-2015 10:38 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement