C# Attributes Basics
Attributes are a powerful method of associating metadata or declarative information with code. You can think of attributes as adding tags/notes to code: There are various uses of attributes such as Attributes and Reflection Attributes and Reflections are two separate, but strongly related topics. Reflection allows you to dynamically find out at runtime what methods … Read more