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
What is the difference between constants and read-only variables?
How we can achieve Connection pooling in .Net?
What is a design pattern and what is it for?
What is concurrency? How will you avoid concurrency when dealing with dataset?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
State the differences between the dispose() and finalize().
What is a serviced component?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Describe session handling in a webform, how does it work and what are the limitations?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is an assembly? What are the different types of assemblies?
What is .net standard?
Do you know what is garbage collector?
Explain what is a delegate?
Please explain the difference between constants and read-only variables?