In .net framework, manifest is the text file that contains meta data information about CLI assemblies.
It contains names, version and security demands that are used to verify the assembly.
It also contains hashes of all the .net files that are makes the assembly.
All the assembly of the manifest is stored in the .exe or .dll files.
It contains a collection of information that is used to describe how the elements are related to each other in an assembly.
You can add or modify some content in the Manifest by using assembly attributes in your code projects.
Write Your Answer
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.