Tagged Questions
5
votes
7answers
716 views
Real world use of custom .NET attributes
What kind of things have you used custom .NET attributes for in the real world?
I've read several articles about them, but I have never used custom attributes.
I feel like I might be overlooking ...
2
votes
3answers
211 views
What's the simplest most elegant way to utilize a custom attribute
So a little confession, I've never written an attribute class. I understand they serve the purpose of decorating classes with flags or extra functionality possibly.
Can someone give me a quick ...