1.

What do you understand about an assembly manifest in the .NET framework?

Answer»

An assembly manifest is a TEXT file in the.NET FRAMEWORK that contains metadata about the code in a CLI assembly. It describes the components' relationships and dependencies, as well as the assembly's versioning information, SCOPE information, and security permissions. The Manifest file type can be saved as a PE file type. As a Manifest, you can save the Assembly Name, Version, CULTURE, and key token.



Discussion

No Comment Found