What is Metadata
Explain the term Metadata?
Expert
Assembly Metadata explains each and every data type and member defined within the code. It stores the description of the assembly, like version, name, and culture, public key of an assembly with the types exported, other assemblies dependent upon this assembly, and the security permissions required to execute the application. Moreover, it stores description of types, like the visibility, name, base class, interfaces implemented, and members, like fields, properties, methods, events, and nested types.
It also stores qualities. Metadata is stored in the binary format. Thus, metadata of the assembly is sharable among the applications which is executed on various platforms. It can be exported to other applications for giving information about the services and about the different features of an application.
What do you mean by the term non_deterministic finalization?
Explain how exception handling is changed in the .NET Framework 4.0?
Briefly describe the function of a CheckState property of a CheckBox control?
Illustrate the difference between Web.Config and Machine.Config and where it will be?
Describe the role of the DataSet object in the ADO.NET?
Explain MaskedTextBox control? And also explain the function of Mask property?
Explain the concept of strong names.
Define the term TrackBar control.
Describe the relationship between an object and the class?
What data type does the Range Validator control support?
18,76,764
1939035 Asked
3,689
Active Tutors
1449664
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!