What is Assembly Manifest
What do you mean by the Assembly Manifest?
Expert
Assemblies maintain all their information in the special unit known as manifest. All assembly has manifest.
Followings are the matters of an Assembly Manifest:
a) Assembly name – It represents a text string which state the assembly's name. b) Version number - It represents major and minor version number, also a revision and build number. CLR uses these numbers to enforce the version policy. c) Culture - It represents information of the culture or the language, that assembly supports. Assembly is a container of only resources which is containing the culture- or language-specific information. d) Strong name information - It provides the public key from the publisher, in case a strong name is allocated to the assembly. e) List of all files in the assembly - It represents a hash of each file contained within the assembly and a file name. f) Type reference information - It represents the information used at the runtime to map a type reference to the file which contains its implementation and declaration. g) Information on referenced assemblies - It represents a list of other assemblies which are statically referenced by the assembly. Each reference involves the names of dependent assemblies, assembly metadata (culture, version, operating system, and so on), and public key, in case assembly is strong named.
Write down the benefit of packaging over xcopy in the .NET?
Describe the relationship between an object and the class?
Explain Hashtable?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Specify how Overriding method is different from Overloading?
What is a static constructor and also explain its features?
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
Write the name of the control that you will use to make sure which values in the two different controls match?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
18,76,764
1955976 Asked
3,689
Active Tutors
1417753
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!