answersLogoWhite

0

menifest also reffered to as assembly metadata(data about data),contains all information related to assembly like identity section,version number,strong name (optional),culture.so menifest contains information related to the identification assembly or it is a part of assembly where assembly is self describing.

metadata is the information that enables components to be self describing.it is used to describe which class is used,function,methods,fields ....So it is the data about data.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What are the advantage metadata and keyword?

Meta data holds information regarding an webpage's title, related keywords, and a description. Few search engines place importance on meta data and Google places no importance, whatsoever, on meta data. However, properly using meta data CAN be helpful for search engine optimization. Furthermore, misusing meta data can have harmful effects, so it is important to learn what is and isn't acceptable to search engines when it comes to meta data. Keywords are an important part of meta data, so it is important to optimized meta keywords according to what lengths search engines allow in order to avoid "keyword stuffing."


What is a classification of metadata and explain the features of each type of metadata?

Meta data, overall, can hold a huge amount of information about a website. However, the three most important types of meta data are: Meta keywords (the keywords that describe what a page is about) Meta Title (the page's title) Meta Description (a full, but short description of a webpage.)


How can we use the HTML meta tag?

The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The <meta> tag always goes inside the head element.The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. Ex: <head> <meta name="description" content="Sample Code" /> <meta name="keywords" content="HTML,CSS,XML,JavaScript" /> <meta name="author" content="Anand V" /> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" /> </head>


What is Meta-tagging?

Meta Tag:HTML meta tags are referred as tags of page data head tags of a document's HTML code. Actually these are hidden keyword who set in the code. These are invisible to visitors but are visible and readable by Search Engines.Example:Not considered as Meta Tag, even required anyway


What is the difference between a cross assembler and a meta assembler?

A cross assembler is a tool that translates assembly language code written for one architecture into machine code for a different architecture, enabling development on a host system that differs from the target system. In contrast, a meta assembler is a higher-level tool that generates assembly code from a more abstract representation, often allowing for platform independence and easier management of complex assembly code across multiple architectures. Essentially, cross assemblers focus on architecture compatibility, while meta assemblers emphasize code generation and abstraction.

Related Questions

What is the difference between meta data and metadata?

The terms "meta data" and "metadata" are often used interchangeably, but technically "meta data" refers to data about data, while "metadata" specifically refers to structured information that describes, explains, or provides context for other data.


What is the difference between metadata and meta data?

Metadata is information that describes other data, such as the title, author, and date of a document. "Meta data" is simply a misspelling or incorrect spacing of the term "metadata."


What makes up meta data what kind of data makes up meta data?

Metada data is data that describes other data.


Discuss the difference between the Prototype model and the Meta model?

haha no1 knows


What are the advantage metadata and keyword?

Meta data holds information regarding an webpage's title, related keywords, and a description. Few search engines place importance on meta data and Google places no importance, whatsoever, on meta data. However, properly using meta data CAN be helpful for search engine optimization. Furthermore, misusing meta data can have harmful effects, so it is important to learn what is and isn't acceptable to search engines when it comes to meta data. Keywords are an important part of meta data, so it is important to optimized meta keywords according to what lengths search engines allow in order to avoid "keyword stuffing."


What is Data read by a program called?

meta data


What is metadata in oracle 10g?

Meta data is a just information of object which are existing with in the database.the data about the data called Meta data.meta data contained the information with in the database.


What is data meta?

Meta data is data that describes how and when and by whom a particular set of data was collected at that time. It is also stated that it is essential for understanding information stored in certain data warehouses.


What is the Greek word for data?

meta


What is the Greek word for 'data'?

meta


Difference between meta data and data dictionary?

Data dictionary is a repository to store all information. Meta data is data about data. It is data that defines other data. The data dictionary can be metadata that describes some information about the database.


What is meta data in database management?

meta data can be define as the data about data....data is the known facts which can be recorded and altered...and the info. about the data is called meta data...example :-Suppose in a student table student name,age,sex,class,subject,stream all are the data of the student table and the data about these data(name,age,sex, etc...) like what type of data whether it is a integer or string or char and what is the range like age should be with in o-20 like the all are called Meta Data.......