Multiple choice technology web technology

------ is not a part of .NET assembly structure

  1. meta data

  2. IL

  3. manifest

  4. none of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A .NET assembly contains four key components: Manifest (assembly metadata), Metadata (type information), IL (Intermediate Language code), and optional resources. Since metadata (A), IL (B), and manifest (C) are all valid parts of an assembly, option D correctly states that none of these are excluded from the structure.