What is Attributes and Reflection in c#?
3380
12-Aug-2011
Amit Singh
12-Aug-2011Attributes are a simple technique for adding meta data information and behavior to code within applications.
Reflection technique can be used to pick up the attribute related information at runtime.