Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why is this necessary? Pin
OriginalGriff16-May-19 2:44
mveOriginalGriff16-May-19 2:44 
GeneralRe: Why is this necessary? Pin
Gerry Schmitz16-May-19 3:49
mveGerry Schmitz16-May-19 3:49 
GeneralRe: Why is this necessary? Pin
OriginalGriff16-May-19 3:55
mveOriginalGriff16-May-19 3:55 
GeneralRe: Why is this necessary? Pin
Richard MacCutchan16-May-19 4:03
mveRichard MacCutchan16-May-19 4:03 
GeneralRe: Why is this necessary? Pin
Gerry Schmitz16-May-19 5:02
mveGerry Schmitz16-May-19 5:02 
GeneralRe: Why is this necessary? Pin
Brian_TheLion16-May-19 19:12
Brian_TheLion16-May-19 19:12 
GeneralRe: Why is this necessary? Pin
Richard MacCutchan16-May-19 3:33
mveRichard MacCutchan16-May-19 3:33 
GeneralRe: Why is this necessary? Pin
Richard Deeming16-May-19 3:41
mveRichard Deeming16-May-19 3:41 
Which is why I added the note that it's best saved for new expressions.

Bad: var x = Foo();
Good: var x = new Bar();



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Why is this necessary? Pin
Richard MacCutchan16-May-19 3:48
mveRichard MacCutchan16-May-19 3:48 
GeneralRe: Why is this necessary? Pin
Richard Deeming16-May-19 3:53
mveRichard Deeming16-May-19 3:53 
GeneralRe: Why is this necessary? Pin
Gerry Schmitz16-May-19 3:52
mveGerry Schmitz16-May-19 3:52 
GeneralRe: Why is this necessary? Pin
Brian_TheLion16-May-19 14:44
Brian_TheLion16-May-19 14:44 
GeneralRe: Why is this necessary? Pin
Richard MacCutchan16-May-19 21:53
mveRichard MacCutchan16-May-19 21:53 
GeneralRe: Why is this necessary? Pin
Brian_TheLion17-May-19 15:10
Brian_TheLion17-May-19 15:10 
GeneralRe: Why is this necessary? Pin
BillWoodruff17-May-19 15:29
professionalBillWoodruff17-May-19 15:29 
GeneralRe: Why is this necessary? Pin
Brian_TheLion17-May-19 18:28
Brian_TheLion17-May-19 18:28 
GeneralRe: Why is this necessary? Pin
Brian_TheLion16-May-19 14:47
Brian_TheLion16-May-19 14:47 
GeneralRe: Why is this necessary? Pin
Brian_TheLion16-May-19 16:44
Brian_TheLion16-May-19 16:44 
QuestionCan version 2015 of Visual Studio still be installed Pin
Brian_TheLion15-May-19 19:48
Brian_TheLion15-May-19 19:48 
AnswerRe: Can version 2015 of Visual Studio still be installed Pin
OriginalGriff15-May-19 20:07
mveOriginalGriff15-May-19 20:07 
GeneralRe: Can version 2015 of Visual Studio still be installed Pin
Richard MacCutchan15-May-19 21:22
mveRichard MacCutchan15-May-19 21:22 
GeneralRe: Can version 2015 of Visual Studio still be installed Pin
OriginalGriff15-May-19 21:39
mveOriginalGriff15-May-19 21:39 
GeneralRe: Can version 2015 of Visual Studio still be installed Pin
Gerry Schmitz16-May-19 3:36
mveGerry Schmitz16-May-19 3:36 
QuestionSelecting the correct code Pin
Brian_TheLion15-May-19 15:25
Brian_TheLion15-May-19 15:25 
AnswerRe: Selecting the correct code Pin
BillWoodruff15-May-19 16:40
professionalBillWoodruff15-May-19 16:40 

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.