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.
Name the three states which are set in a CheckState property of the CheckBox?
State the difference between a class and a structure?
Distinguish between the .EXE and .DLL files?
What is meant by the XML DOM?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Differentiate between the methods Clone() and Copy() of a DataSet class?
Explain the characteristics of the value-type variables which are supported in a C# programming language.
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
Specify the requirements to run ASP.NET AJAX applications on the server?
What data type does the Range Validator control support?
18,76,764
1940804 Asked
3,689
Active Tutors
1456484
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!