adspace


What is manifest in .net?

Answer Posted / Harshit Kumar Vishnoi

In .NET, a manifest is an assembly that contains metadata about another assembly. The manifest includes information such as the assembly's version number, security permissions, and dependencies on other assemblies.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143