Click here to Skip to main content
15,867,686 members
Articles / Operating Systems / Windows

C#: Using Reflection and Custom Attributes to Map Object Properties

11 Mar 2014CPOL7 min read 151.7K   34  
I have a general distaste for decorating my code with Attributes and Annotations. Most of the time, I can't help but feel like there must be a better way to accomplish what I am trying to do, and/or that I have somewhere sprung a leak in what should be a helpful abstraction. Other times, though, c
This is an old version of the currently published technical blog.

Only logged in members can view this content

Please go to the Windows Table of Contents to view the list of available articles in this section.