Select from following answers:- In .NET Framework Assembly metadata stored in Manifest.

- In .NET Framework Namespace metadata stored in Manifest.
- NET Framework use Manifest to stored only Assemblies version.
- None of these
- All Above
Manifest contains all the metadata needed to do the following things
1. Version of assemblies
2. Scope of assemblies.
3. Reference to resource and class
4. Assemblies manifest stored in Portable Executable (PE) file or in Microsoft Intermediate Language (MSIL) code.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator