Dot Net Assembly Question:

What does the dot net assembly contain?

Dot Net Assembly Interview Question
Dot Net Assembly Interview Question

Answer:

An assembly contains following information:
Assembly manifest: Information about the assembly.
Type metadata: Information about the types.
IL Code
Resource files.

An assembly manifest contains the following information:

Identity of the assembly
Types and resources
Files
Security permissions


Previous QuestionNext Question
Define .Net Assembly?Define private assembly and a shared dot net assembly?