I Need Basic Information About Metadata
Loading
I Need Basic Information About Metadata
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naresh BeniwalPosted Nov 23, 2022, 7:14 AM
https://stackoverflow.com/questions/8861065/what-is-metadata-in-net
Muhammad Imran AnsariPosted Jan 10, 2022, 8:52 PM
Metadata is Self-Describing components which means Metadata is binary information describing your program that is stored either in a CLR - Common Language Runtime portable executable (PE) file or in memory.
A component (.exe or .dll) that was written in one language could not easily use a software component that was written in another language. COM provided a step towards solving this problem. .NET makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to interact seamlessly.
Rijwan AnsariPosted Jan 10, 2022, 4:27 PM
Mahesh ChandPosted Jan 10, 2022, 1:50 PM