Click here to Skip to main content
15,907,328 members

Survey Results

How often do you use the var type in C#? (1= never, 5=always)   [Edit]

Survey period: 17 Aug 2009 to 24 Aug 2009

The var keyword can be a saint or a sinner. Choose "1" if you never use var in this scenario (or never use that scenario), up to "5" for always, whenever possible. (Suggested by Asher)

OptionVotes12345 
In normal C# coding (1 = you don"t code in C#, 5=for all C# variables possible)9370%0%0%0%0%
With LINQ9370%0%0%0%0%
For declaring complex types9370%0%0%0%0%
For using complex types (eg in foreach loops)9370%0%0%0%0%
With anonymous types9370%0%0%0%0%
When it saves typing9370%0%0%0%0%
When it makes the code look better (to you)9370%0%0%0%0%

View optional text answers (46 answers)


 
GeneralRe: Never Pin
Member 448708317-Aug-09 0:58
Member 448708317-Aug-09 0:58 
GeneralRe: Never Pin
Randall Woodman17-Aug-09 3:48
Randall Woodman17-Aug-09 3:48 
GeneralRe: Never Pin
CDMTJX17-Aug-09 4:25
CDMTJX17-Aug-09 4:25 
GeneralRe: Never Pin
louthy17-Aug-09 4:34
louthy17-Aug-09 4:34 
GeneralRe: Never Pin
CDMTJX17-Aug-09 7:05
CDMTJX17-Aug-09 7:05 
GeneralRe: Never Pin
Kevin McFarlane18-Aug-09 1:08
Kevin McFarlane18-Aug-09 1:08 
GeneralRe: Never Pin
keozcigisoft17-Aug-09 7:00
keozcigisoft17-Aug-09 7:00 
GeneralRe: Never Pin
0x3c018-Aug-09 6:35
0x3c018-Aug-09 6:35 
C# does indeed have a counterpart to VB.Net's Object type. It's called object, or System.Object. And var is different to both of those. It's effectively syntactic sugar, which is replaced with the correct, strictly bound method type name upon compilation.

Between the motion
And the act
Falls the Shadow

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.