Archive for September, 2006

C# Attributes

I hadn’t really had the need to use Attributes in C# until I started a recent open source project.  Now that I started using them, I’m finding that they are an extremely valuable tool!  In the project I’m working on, it’s my intent to display a user interface based on metadata from the class and [...]