Interview Questions Feb 03 2006

J

Jobs

Where is version information stored of a assembly ?
Version information is stored in assembly in manifest.

Is versioning applicable to private assemblies?
Versioning concept is only applicable to global assembly cache (GAC) as
private assembly lie in there individual folders.


Full Interview Questions for .NET and SQL Server
http://www.geocities.com/dotnetinterviews/
Help the community to make job search easier mail your questions to
(e-mail address removed)
Looking for a onsite job mail your resumes at
(e-mail address removed)
 
N

Nick Hounsome

Jobs said:
Where is version information stored of a assembly ?
Version information is stored in assembly in manifest.

Is versioning applicable to private assemblies?
Versioning concept is only applicable to global assembly cache (GAC) as
private assembly lie in there individual folders.

Rubbish. Dynamic selection from multiple versions is indeed only applicable
to the GAC but it is still good practice to change the version number of
your local assemblies whenever you change them as it is useful for
identification especially when issuing patches/updates.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top