Quantcast
Channel: Search Results For: domain:typecastexception.com
Viewing all articles
Browse latest Browse all 73

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

$
0
0

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, custom attributes can be just the tool for the job, and sometimes, the only practical way to solve a problem.


Viewing all articles
Browse latest Browse all 73

Trending Articles