Click here to Skip to main content
16,007,885 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello..

I want to know what is Meta Data in .NET.




Thanks in Advance...
Posted
Comments
stibee 24-Feb-15 2:47am    
In which context?

You can think of Metadata as "the data that reflection accesses" - it's the stuff behind the scenes that tells .NET about what the assembly contains, and what properties, methods, fields, etc. the class(es) support. It's automatically generated when you compile.

There is a good article on Wiki about it: http://en.wikipedia.org/wiki/Metadata_(CLI)[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900