Click here to Skip to main content
15,917,645 members

Survey Results

Do you use Attributes in your .NET development?   [Edit]

Survey period: 17 Oct 2011 to 24 Oct 2011

Attributes provide a neat way to hide the plumbing. Do you use and/or create attributes yourself?

OptionVotes% 
Extensively626.31
Often17017.31
Occasionally27928.41
Rarely19419.76
Never787.94
I am unfamiliar with Attributes in .NET19920.26



 
GeneralRe: Nope, I only use BACON Pin
Nagy Vilmos17-Oct-11 4:46
professionalNagy Vilmos17-Oct-11 4:46 
GeneralRe: Nope, I only use BACON Pin
Randor 17-Oct-11 20:14
professional Randor 17-Oct-11 20:14 
GeneralRe: Nope, I only use BACON Pin
OriginalGriff17-Oct-11 21:55
mveOriginalGriff17-Oct-11 21:55 
GeneralUsed, now creating them Pin
Sander Rossel16-Oct-11 20:12
professionalSander Rossel16-Oct-11 20:12 
GeneralRe: Used, now creating them Pin
CDP180216-Oct-11 22:07
CDP180216-Oct-11 22:07 
GeneralRe: Used, now creating them Pin
Sander Rossel17-Oct-11 7:10
professionalSander Rossel17-Oct-11 7:10 
GeneralRe: Used, now creating them Pin
CDP180217-Oct-11 12:45
CDP180217-Oct-11 12:45 
GeneralRe: Used, now creating them Pin
Sander Rossel17-Oct-11 20:43
professionalSander Rossel17-Oct-11 20:43 
Well, I know someone who is just like that. And he's forcing his ways upon others... If he reads in a book somewhere "don't use attributes" he wouldn't dare touch them if his life depended on it. If he reads "attributes can be really handy" he'd look for at least one attribute he could use on his Classes, Properties etc. as much as possible.
To make things worse, he doesn't want to know about stuff he thinks he'll never need.

I certainly don't want to be like that. So if it takes me to apply 100 attributes in a single Class to find out it's not all that great, then so be it Wink | ;)
Of course some books and lots of CP articles can sometimes prevent me from reinventing the wheel Smile | :)
It's an OO world.
C#
public class Naerling : Lazy<Person>{}

GeneralAttributes are practical PinPopular
CDP180216-Oct-11 19:17
CDP180216-Oct-11 19:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.