---
title: "what is meta data in .net framework?"  
description: "what is meta data in .net framework?"  
author: "Amit Singh"  
published: 2010-10-29  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/211/what-is-meta-data-in-dot-net-framework  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# what is meta data in .net framework?

**MetaData**\
Metadata describes every type and member defined in your code in a language-neutral manner.

**Metadata stores the following information:** \
\
Description of the assembly. \
description of types.\
Attributes.\
\

## Answers

### Answer by Amit Singh

**MetaData**\
Metadata describes every type and member defined in your code in a language-neutral manner.

**Metadata stores the following information:** \
\
Description of the assembly. \
description of types.\
Attributes.\
\


---

Original Source: https://www.mindstick.com/interview/211/what-is-meta-data-in-dot-net-framework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
