What is Assembly manifest? what all details the assembly
manifest will contain.
Answer Posted / guest
Every assembly, whether static or dynamic, contains a
collection of data that describes how the elements in the
assembly relate to each other. The assembly manifest
contains this assembly metadata. An assembly manifest
contains all the metadata needed to specify the assembly?s
version requirements and security identity, and all metadata
needed to define the scope of the assembly and resolve
references to resources and classes. The assembly manifest
can be stored in either a PE file (an .exe or .dll)
withMicrosoft intermediate language (MSIL) code or in a
standalone PE file that contains only assembly manifest
information. It contains Assembly name, Version number,
Culture, Strong name information, List of all files in the
assembly, Type reference information, Information on
referenced assemblies
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What are the advantages of .net core?
Can a try block have more than one catch block?
Please tell us what is the difference between override and overload in a method?
Explain me what is .net web service?
What is class library in .net
Is .net 4.8 backwards compatible?
What is difference between system.string and system.stringbuilder classes?
What is Code group in .Net with respect to CAS
What is Full trust permission set in .Net
Differences between namespace, class, assembly?
Difference between user groups and code groups
When we use windows api in .net is it managed or unmanaged code?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Describe difference between inline and code-behind?