Jump to content

Metadata

- - - - -

  • Please log in to reply
2 replies to this topic

#1
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
What is metadata???

#2
gregwarner

gregwarner

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 853 posts
  • Location:Arkansas
Metadata is part of C#'s Reflection capabilities, giving your program information about the structures and datatypes that it uses. For a more in-depth description of how it works, I'll link you to an article:
Programming C#: Chapter 18: Attributes and Reflection
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.

– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid


#3
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
In a more general sense, Metadata is just "data describing data".

In a really basic example, you could have a collection of images, and apply 'labels' to them.

You could mark half of them as family, and the other half as school.

this meta data would then allow you to stereotype that data, and handle it differently depending on the assumptions made, because of this extra descriptive data.
For example, Obviously, you would assume those images marked as family are safe to show to your family.

Use that and build upon the article greg posted there.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users