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

Choose the correct answer

Explanation

The correct answer is Reflection. Reflection in .NET refers to the ability to inspect metadata and interact with types and their members at runtime. Binding involves linking method calls, Serialization is about converting objects to a storable format, and Enumeration is the process of iterating over a collection.

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