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.
Differentiate between authorization and authentication?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Describe in brief regarding the visual basic?
State how the changes made to the DataSet object are identified since it was last loaded?
Why the UpdateProgress control is used in the AJAX?
Define the term tracing? And also explain that where it can be used?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
List out the attributes of an Interface.
How submaster page is differ from the top-level master page?
Can a private class be declared in a namespace?
18,76,764
1948681 Asked
3,689
Active Tutors
1426216
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!