Results 1 to 6 of 6

Thread: Explain manifest and metadata

  1. #1
    Join Date
    Nov 2009
    Posts
    75

    Explain manifest and metadata

    I have a problem regarding manifest and metadata files. These files are asp.net related files but I don't know what they do. I am currently studying in a T.Y.B.Sc.I.T and I want to understand what is manifest and metadata files. If you have any information please give me. In books there is no information about these files which clears my problem. Please help me.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Explain manifest and metadata

    Collection of files in asp.net is called assembly and in these files only one assembly file contains a special metadata called as manifest file. This manifest file is save as binary file and it contains details like versioning requirements for assembly and list of files that are used to form the assembly. The metadata is called data about data.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Explain manifest and metadata

    Manifest file is a metadata about assembly files. Machine-readable information about a resource is called metadata. It is also called data about data. In asp.net metadata includes type definitions, version information and other standardized information. A manifest file contains metadata about .NET assemblies. It is text file which describe the relation between component in assembly. It also has versioning information,scope information and security permissions.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Explain manifest and metadata

    Metadata is the complete way of describing what is in a .NET assembly. An integral part of every assembly is called assembly manifest. There are certain information like assembly identity, assembly implementation which is used at run time and it help to resolve references and validate the integrity of loaded assemblies.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Explain manifest and metadata

    In every assembly whether static or dynamic has a collection of data that describes how the elements in a assembly are related to each other. The assembly manifest contain assembly metadata that requires to specify the assembly version requirements and security identity. A manifest file is stored as PE file with Microsoft Intermediate language and it contains only assembly manifest information.

  6. #6
    Join Date
    Nov 2005
    Posts
    1,323

    Re: Explain manifest and metadata

    Metadata is binary information that describe your program that saved as PE file or in memory. Metadata is inserted into one part of file when it is complied from code to PE file. When your code is converted into Microsoft intermediate language, metadata is inserted into another portion of the file. When code is executed, the runtime loads metadata into memory and use as reference to discover information about your code's classes.

Similar Threads

  1. Dragon Age xml error, need addins.xml and manifest.xml
    By Am_Wamika in forum Video Games
    Replies: 6
    Last Post: 14-07-2010, 04:35 PM
  2. Definition for Assembly and Manifest in .NET
    By Shaan12 in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 08:23 PM
  3. Define Manifest File in Java
    By Sandy22 in forum Software Development
    Replies: 3
    Last Post: 09-11-2009, 06:34 PM
  4. How to create a manifest for my DLL
    By GunFighter in forum Software Development
    Replies: 3
    Last Post: 02-04-2009, 12:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,148,671.17459 seconds with 16 queries