Attributes and Reflection in C# (aspalliance.com)
submitted by
dbteq(115) 6 years, 2 months ago
This article discusses attributes and reflection concepts in detail with examples wherever necessary. C# is very important language, but it also offers scope for adding declarative features to the code and their later retrieval if necessary. We can use attributes to provide both design-level and run-time information to our code. Attributes are a mechanism for adding metadata. Reflection is the process by which a program can read its own metadata.
|category: C#
|Views: 16
tags:
Reflection C# another
Everyones tags:
Your Tags: