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 is data type and how many types of data types are in .NET ?
Using activex control in .net?
Why DLL files are needed. & how They are Created in DOTNET?
What is the standard you use to wrap up a call to a Web service
What is managed code execution?
Which namespace is the base class for .net Class library?
Major role of CLR for CAS
Explain what are possible implementations of distributed applications in .net?
How do you turn off cookies for one page in your site?
Explain .net framework overview?
How would ASP and ASP.NET apps run at the same time on the same server?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component