What is Assembly manifest? what all details the assembly
manifest will contain.
Answer / 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) with
Microsoft 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 ? | 2 Yes | 0 No |
Which server tag comes from server when we submit any data
What is the use of Treeview control?
What is meant by .Net framework?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
What is Event - Delegate? clear syntax for writing a event delegate
explain the states of a window service application?
Define marshling?
What is the managed and unmanaged code in .net?
3 Answers Deltech, Dhanush Infotech,
Explain what does managed mean in the .net context?
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
What are the properties of ADO.NET?
What is the use of immutability?