In .NET, what is the process called that involves accessing metadata and utilizing its information?

Choose the correct answer

Explanation

The correct answer is Reflection, which refers to the ability in .NET to inspect and interact with metadata at runtime. Enumeration involves iterating over collections, Serialization is converting objects to a format for storage or transmission, and Binding relates to associating program elements.

In .NET, what is the process called that involves ac… — ASP.net | PakQuizHub