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:

CategoriesUncategorized