Dot Net Assembly Question:
Download Questions PDF

What does the dot net assembly contain?

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

Download Dot Net Assembly Interview Questions And Answers PDF

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