Home » Tutorials » Software Development » C# .NET » How to use Attributes in C#..

How to use Attributes in C#

Added April 23, 2008, read 13 times

This lesson explains how to use C# attributes. Our objectives are as follows:

  • Understand what attributes are and why they're used
  • Apply various attributes with multiple or no parameters
  • Use assembly, type member, and type level attributes
View tutorial