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 |
What are the improvements made in cas in .net 4.0?
Explain about managed heap?
What is equivalent for regsvr32 exe in .net ?
How will you register com+ services?
What is reflection in microsoft .net context?
Why inheritance is important?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
State the methods used during deserialization and serialization process.
What is the concept of inheritance in .net?
Which method do you use to redirect the user to another page without performing a round trip to the client?
Is it possible implement webservices without SOAP?
How will you do redo and undo in textbox control?