Dot Net Assembly Question:

What does the dot net assembly contain?

Tweet Share WhatsApp

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

Read All 10 Dot Net Assembly Questions
Previous QuestionNext Question
Define .Net Assembly?Define private assembly and a shared dot net assembly?