Click here to Skip to main content
15,891,513 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: LINQ "let" Pin
BillWoodruff8-Jun-16 8:29
professionalBillWoodruff8-Jun-16 8:29 
GeneralRe: LINQ "let" Pin
Richard Deeming8-Jun-16 8:52
mveRichard Deeming8-Jun-16 8:52 
GeneralRe: LINQ "let" Pin
BillWoodruff8-Jun-16 12:46
professionalBillWoodruff8-Jun-16 12:46 
GeneralRe: LINQ "let" Pin
Mark Whybird8-Jun-16 21:24
Mark Whybird8-Jun-16 21:24 
GeneralRe: LINQ "let" Pin
Richard Deeming9-Jun-16 1:38
mveRichard Deeming9-Jun-16 1:38 
GeneralRe: LINQ "let" Pin
Nicholas Marty9-Jun-16 2:54
professionalNicholas Marty9-Jun-16 2:54 
GeneralRe: LINQ "let" Pin
Mark Whybird9-Jun-16 13:41
Mark Whybird9-Jun-16 13:41 
GeneralRe: LINQ "let" Pin
Mark Whybird9-Jun-16 13:40
Mark Whybird9-Jun-16 13:40 
I actually thought about a nasty Linq-with-side-effect version with something like
C#
.Select(vowelWord => Console.WriteLine($"\"{vowelWord}\" starts with a vowel"))

but of course you can't, because Console.WriteLine() returns Void. No doubt it would be possible to force something like this, but that'd be silly; it's actually quite neat that C# protects us from such folly. For one thing, it won't evaluate until the IEnumerable is enumerated, so you don't really know when that is just from that line of code.
AnswerRe: LINQ "let" Pin
Nish Nishant8-Jun-16 10:01
sitebuilderNish Nishant8-Jun-16 10:01 
GeneralRe: LINQ "let" Pin
Super Lloyd8-Jun-16 14:55
Super Lloyd8-Jun-16 14:55 
GeneralRe: LINQ "let" Pin
louthy9-Jun-16 10:38
louthy9-Jun-16 10:38 
NewsOverdosing on anti-diarrhea drugs: Only in America Pin
Cornelius Henning8-Jun-16 2:57
professionalCornelius Henning8-Jun-16 2:57 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
Mike Hankey8-Jun-16 3:04
mveMike Hankey8-Jun-16 3:04 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
phil.o8-Jun-16 3:18
professionalphil.o8-Jun-16 3:18 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
W Balboos, GHB8-Jun-16 3:09
W Balboos, GHB8-Jun-16 3:09 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
Daniel Pfeffer8-Jun-16 3:13
professionalDaniel Pfeffer8-Jun-16 3:13 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
W Balboos, GHB8-Jun-16 3:15
W Balboos, GHB8-Jun-16 3:15 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
Richard Deeming8-Jun-16 3:26
mveRichard Deeming8-Jun-16 3:26 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
Jörgen Andersson8-Jun-16 4:26
professionalJörgen Andersson8-Jun-16 4:26 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
jkadjthegamegadhguaet8-Jun-16 3:53
jkadjthegamegadhguaet8-Jun-16 3:53 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
#realJSOP8-Jun-16 5:28
mve#realJSOP8-Jun-16 5:28 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
dandy728-Jun-16 6:35
dandy728-Jun-16 6:35 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
Wendell D H8-Jun-16 6:48
professionalWendell D H8-Jun-16 6:48 
GeneralRe: Overdosing on anti-diarrhea drugs: Only in America Pin
Mark_Wallace8-Jun-16 10:07
Mark_Wallace8-Jun-16 10:07 
GeneralWhy I love my iPhone Pin
aaryan428-Jun-16 2:26
aaryan428-Jun-16 2:26 

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.