PDA

View Full Version : Mention what is .Net Assembly Manifest?



pooja escorts
08-16-2021, 11:10 PM
Mention what is .Net Assembly Manifest?

Melissahill045
08-17-2021, 01:04 AM
An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. Assemblies take the form of executable (.exe) or dynamic link library (.dll) files, and are the building blocks of .NET applications. They provide the common language runtime with the information it needs to be aware of type implementations.

jesica
08-17-2021, 04:08 AM
In the . NET Framework, an assembly manifest is a text file containing metadata about the code within a CLI assembly. It describes the relationship and dependencies of the components in the assembly, versioning information, scope information and the security permissions required by the assembly.